Разработано веб-приложение

This commit is contained in:
2026-03-13 00:36:35 +03:00
commit 7b703f3f97
3 changed files with 127 additions and 0 deletions

17
style.css Normal file
View File

@@ -0,0 +1,17 @@
#form, #dynamic {
display: flex;
flex-direction: column;
gap: 1rem;
}
label {
font-family: sans-serif;
font-weight: bold;
}
input {
margin-top: .25rem;
width: 100%;
box-sizing: border-box;
font-size: 1.5rem;
}