parent
c652a78604
commit
2f9fe7283e
Binary file not shown.
Binary file not shown.
@ -0,0 +1,45 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
|
||||
nav{
|
||||
align-items: center;
|
||||
}
|
||||
.nav_links{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
.nav_links li{
|
||||
line-height: 10vh;
|
||||
display: table;
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.nav_links li a{
|
||||
margin:auto;
|
||||
display: block;
|
||||
color:black;
|
||||
letter-spacing: 3px;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
.nav_links li:nth-child(1n) > a{
|
||||
background-color: #0e9aa7;
|
||||
}
|
||||
.nav_links li:nth-child(2n) > a{
|
||||
background-color: #f6cd61;
|
||||
}
|
||||
.nav_links li:nth-child(3n) > a{
|
||||
background-color: #fe8a71;
|
||||
}
|
||||
.nav_links li:nth-child(4n) > a{
|
||||
background-color: #3da4ab;
|
||||
}
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue