added: news, nav, footer
This commit is contained in:
10
sass/footer.scss
Normal file
10
sass/footer.scss
Normal file
@ -0,0 +1,10 @@
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 1rem;
|
||||
|
||||
a {
|
||||
color: blue;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
11
sass/header.scss
Normal file
11
sass/header.scss
Normal file
@ -0,0 +1,11 @@
|
||||
nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-size: 1.5rem;
|
||||
color: navy;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user