update
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user