React gyakorló projekt

This commit is contained in:
AdamToth1234
2025-02-18 10:43:28 +01:00
parent f2e3cb9790
commit 8c0424db88
208 changed files with 18070 additions and 2570 deletions

View 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;
}