This commit is contained in:
2025-09-18 17:45:24 +02:00
parent 04000480a5
commit e16cd32c4b
8 changed files with 59 additions and 39 deletions

View File

@@ -8,5 +8,30 @@ Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css
*/
body {
background-color: red;
background-color: whitesmoke;
}
nav {
display: flex;
justify-content: center;
align-items: center;
top: 0;
left: 0;
width: 100%;
}
nav ul {
list-style: none;
display: flex;
gap: 1rem;
}
nav ul li {
text-decoration: none;
}
form {
margin: 2rem;
background: #333333;
border-radius: 8px;
border-style: none;
}