mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
work and created develop branch
This commit is contained in:
13
components/Header/styles.module.css
Normal file
13
components/Header/styles.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.navLinks {
|
||||
color:white;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
font-weight: bold;
|
||||
transition: all 500ms ease;
|
||||
}
|
||||
.navLinks:hover {
|
||||
text-decoration : none;
|
||||
}
|
||||
.nav-item:hover {
|
||||
background-color: pink;
|
||||
}
|
||||
Reference in New Issue
Block a user