update date_of_birth project and rename file

This commit is contained in:
Tutur33
2023-12-01 20:11:51 +01:00
parent ab09ad1d52
commit aab2d01987
6 changed files with 111 additions and 89 deletions
+32
View File
@@ -0,0 +1,32 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
h1 {
margin-top: 20px;
}
form {
margin-top: 20px;
}
input[type="text"],
input[type="number"],
button {
margin: 5px;
padding: 5px;
border-radius: 5px;
border: 1px solid #ccc;
}
button {
cursor: pointer;
}
div {
margin-top: 20px;
font-weight: bold;
}