43 lines
494 B
CSS
43 lines
494 B
CSS
body{
|
|
background-color: rgb(49, 49, 49);
|
|
}
|
|
|
|
li{
|
|
list-style-type: none;
|
|
float: left;
|
|
padding: 1%;
|
|
}
|
|
|
|
ul{
|
|
/*margin-left: 20%;*/
|
|
}
|
|
|
|
li{
|
|
border-left: 1px solid white;
|
|
}
|
|
li:first-child{
|
|
margin-left: 25%;
|
|
border-left: 1px solid white;
|
|
}
|
|
li:last-child{
|
|
border-right: 1px solid white;
|
|
}
|
|
|
|
nav{
|
|
color: white;
|
|
background-color: rgb(49, 49, 49);
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.gray{
|
|
background-color: rgb(49,49,49);
|
|
}
|
|
|
|
#partner{
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.kep{
|
|
margin-left: 13%;
|
|
} |