2022-02-17 18:00:39 +01:00
|
|
|
body{
|
|
|
|
|
background-color: rgb(49, 49, 49);
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-16 14:05:06 +01:00
|
|
|
li{
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 1%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul{
|
2022-02-17 18:00:39 +01:00
|
|
|
/*margin-left: 20%;*/
|
2022-02-16 14:05:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li{
|
2022-02-17 18:00:39 +01:00
|
|
|
border-left: 1px solid white;
|
2022-02-16 14:05:06 +01:00
|
|
|
}
|
|
|
|
|
li:first-child{
|
2022-02-17 18:00:39 +01:00
|
|
|
margin-left: 25%;
|
|
|
|
|
border-left: 1px solid white;
|
2022-02-16 14:05:06 +01:00
|
|
|
}
|
|
|
|
|
li:last-child{
|
2022-02-17 18:00:39 +01:00
|
|
|
border-right: 1px solid white;
|
2022-02-16 14:05:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nav{
|
|
|
|
|
color: white;
|
2022-02-17 18:00:39 +01:00
|
|
|
background-color: rgb(49, 49, 49);
|
2022-02-16 14:05:06 +01:00
|
|
|
float: left;
|
2022-02-17 18:00:39 +01:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gray{
|
|
|
|
|
background-color: rgb(49,49,49);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#partner{
|
2022-02-16 14:05:06 +01:00
|
|
|
margin-left: 25%;
|
2022-02-17 18:00:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.kep{
|
|
|
|
|
margin-left: 13%;
|
2022-02-16 14:05:06 +01:00
|
|
|
}
|