AviderMin 1 month ago
parent cb55610042
commit 10b8cd7539

@ -71,6 +71,17 @@ body {
color: #0091EA; color: #0091EA;
} }
.line{
position: absolute;
left: 16px;
bottom: 0;
width: 28px;
height: 2px;
background-color: #FFD700;
transition: all .3s;
}
.carousel-container { .carousel-container {
position: relative; position: relative;
width: 80%; width: 80%;

Loading…
Cancel
Save