Initial setup ontvlambaar
This commit is contained in:
19
src/app/header/header.component.scss
Normal file
19
src/app/header/header.component.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
ul {
|
||||
list-style: none;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 3rem;
|
||||
height: 6rem;
|
||||
width: 100%;
|
||||
|
||||
li {
|
||||
align-content: center;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
}
|
||||
Reference in New Issue
Block a user