fuck tons of style and no ai generated content what so ever vallah
This commit is contained in:
parent
c1df73fe57
commit
2e64519528
14 changed files with 337 additions and 64 deletions
26
src/app/component/header/header.component.css
Normal file
26
src/app/component/header/header.component.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
.navbar {
|
||||
background-color: #222;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.navbar-list {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.navbar-item {
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
|
||||
.navbar-link {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.navbar-link:hover {
|
||||
color: #90caf9;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue