Files
bereg-weblap/style.css

97 lines
1.0 KiB
CSS
Raw Normal View History

2022-02-17 18:00:39 +01:00
body{
background-color: rgb(49, 49, 49);
2022-02-17 18:04:18 +01:00
color: yellow;
2022-02-17 18:00:39 +01:00
}
2022-02-18 11:26:42 +01:00
#nav-item li{
2022-02-16 14:05:06 +01:00
list-style-type: none;
float: left;
padding: 1%;
}
ul{
2022-02-18 09:30:37 +01:00
/*margin-left: 20%;*/
2022-02-16 14:05:06 +01:00
}
2022-02-18 11:26:42 +01:00
#nav-item li{
border-right: 1px solid white;
2022-02-16 14:05:06 +01:00
}
2022-02-18 11:26:42 +01:00
#nav-item li:first-child{
2022-02-18 09:30:37 +01:00
border-left: 1px solid white;
margin-left: 20%;
2022-02-16 14:05:06 +01:00
}
2022-02-18 11:26:42 +01:00
#nav-item li:last-child{
2022-02-18 09:30:37 +01:00
border-right: 1px solid white;
2022-02-16 14:05:06 +01:00
}
nav{
color: white;
2022-02-18 09:30:37 +01:00
background-color: rgb(49, 49, 49);
2022-02-16 14:05:06 +01:00
float: left;
2022-02-18 09:30:37 +01:00
width: 100%;
}
2022-02-18 11:26:42 +01:00
#counter li{
float: left;
list-style-type: none;
font-size: 30px;
padding-left: 2%;
}
#counter h1{
margin-left: 1%;
}
#nap{
margin-left: 5%;
}
#timer{
margin-left: 25%;
}
2022-02-18 09:30:37 +01:00
.kep{
margin-left: 13%;
2022-02-17 18:00:39 +01:00
}
2022-02-17 18:04:18 +01:00
.partner{
margin-left: 20%;
2022-02-17 18:00:39 +01:00
}
2022-02-17 18:04:18 +01:00
.flótás{
float: right;
margin-right: 30%;
}
.n{
float: right;
width: 11%;
}
.m{
float: right;
}
.b{
float: right;
width: 11%;
margin-right: 10%;
}
.u{
float: right;
width: 5%;
margin-right: 1%;
}
.i{
float: right;
width: 13%;
margin-right: 14%;
2022-02-17 18:00:39 +01:00
}
2022-02-17 18:04:18 +01:00
.o{
float: right;
width: 13%;
margin-right: 4%;
2022-02-16 14:05:06 +01:00
}