This commit is contained in:
QkoSad
2022-10-16 18:26:35 +03:00
parent b9f1c9aed0
commit efd7a6eccf
2 changed files with 144 additions and 33 deletions
+14
View File
@@ -42,4 +42,18 @@ body{
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
}
.carousel {
background:#512DA8;
}
.carousel-item {
height: 300px;
}
.carousel-item img {
position: absolute;
top: 0;
left: 0;
min-height: 300px;
}