React gyakorló projekt
This commit is contained in:
18
2025. 02. 17/test/src/css/Nav.css
Normal file
18
2025. 02. 17/test/src/css/Nav.css
Normal file
@@ -0,0 +1,18 @@
|
||||
nav {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user