You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
1.2 KiB
94 lines
1.2 KiB
#slider {
|
|
overflow: hidden;
|
|
align-items: center;
|
|
position: relative;
|
|
width: 300%;
|
|
margin: 0;
|
|
left: 0;
|
|
|
|
float: left;
|
|
}
|
|
|
|
#spl1 {
|
|
margin-top: 170px;
|
|
}
|
|
|
|
#spl3 {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.item {
|
|
float: left;
|
|
width: 100%;
|
|
|
|
}
|
|
.item:after {
|
|
content: "";
|
|
width: 2px;
|
|
height: 100%;
|
|
background: #f5f5f5;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: myFirstFont;
|
|
src: url(assets/fonts/Merriweather/Merriweather-Black.ttf);
|
|
}
|
|
|
|
|
|
#black {
|
|
color: black;
|
|
font-family: myFirstFont;
|
|
font-stretch: wider;
|
|
font-size: larger;
|
|
}
|
|
|
|
#white {
|
|
color: white;
|
|
font-family: myFirstFont;
|
|
font-stretch: wider;
|
|
font-size: larger;
|
|
}
|
|
|
|
#CG {
|
|
color: black;
|
|
font-family: Elephant;
|
|
}
|
|
|
|
#myProgress {
|
|
width: 30%;
|
|
background-color: grey;
|
|
}
|
|
|
|
#myBar {
|
|
width: 1%;
|
|
height: 5px;
|
|
background-color: black;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
padding: 8px 16px;
|
|
}
|
|
|
|
a:hover {
|
|
background-color: #ddd;
|
|
color: black;
|
|
}
|
|
|
|
.previous {
|
|
background-color: #f1f1f1;
|
|
color: black;
|
|
}
|
|
|
|
.next {
|
|
background-color: #f1f1f1;
|
|
color: black;
|
|
}
|
|
|
|
.round {
|
|
border-radius: 50%;
|
|
}
|