homepage carousel is getting slides from web_services table

This commit is contained in:
2024-10-08 20:50:19 +09:00
parent 0e82b86e51
commit ee254ef17f
7 changed files with 50 additions and 32 deletions

View File

@@ -213,3 +213,18 @@ ul.main-nav > li ul.sub-menu-lists > li > a {
.text-muted {
font-size: 0.8rem; /* Make muted text slightly smaller */
}
.carousel-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Затемнение */
z-index: 1;
}
.carousel-item img {
z-index: -1;
}