parent
4f3af59815
commit
3c1eb19d67
@ -0,0 +1,25 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 300px;
|
||||
margin: 50px auto;
|
||||
padding: 20px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
label, input, button {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
#result {
|
||||
margin-top: 20px;
|
||||
font-weight: bold;
|
||||
}
|
Loading…
Reference in new issue