You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
332 B

1 month ago
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;
}