added: news, nav, footer

This commit is contained in:
fr
2023-11-19 00:19:59 +01:00
parent 984d8a3d47
commit 136f83f80a
10 changed files with 117 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
footer {
display: flex;
justify-content: center;
padding: 1rem;
a {
color: blue;
text-decoration: none;
}
}
+11
View File
@@ -0,0 +1,11 @@
nav {
display: flex;
justify-content: center;
gap: 1rem;
a {
text-decoration: none;
font-size: 1.5rem;
color: navy;
}
}