Front end project

This commit is contained in:
2025-12-01 23:54:45 -05:00
parent ffad8e4e61
commit 22f7347a2a
12 changed files with 368 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
body {
background-color: crimson;
font-family: "Inter", sans-serif;
padding: 20px;
}
h1,
h2 {
text-align: center;
margin-bottom: 20px;
font-weight: bold;
}
form {
margin-top: 30px;
background: #ffffff;
padding: 25px;
border-radius: 14px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}
label {
font-weight: 600;
}