diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css index d4634b0..a763555 100644 --- a/css/bootstrap.min.css +++ b/css/bootstrap.min.css @@ -6799,6 +6799,7 @@ fieldset:disabled .btn { @keyframes spinner-border { to { transform: rotate(360deg) + /* rtl:ignore */ } } diff --git a/css/style.css b/css/style.css index d667a0f..9f39163 100644 --- a/css/style.css +++ b/css/style.css @@ -387,11 +387,13 @@ h6{ border-radius: 50%; background-size: 60% 60%; transition: 0.5s; + margin-top: 280%; } .carousel-header .carousel-control-next .carousel-control-next-icon { margin-left: 0; margin-right: -60px; + margin-top: 280%; } .carousel-header .carousel .carousel-indicators { @@ -437,9 +439,23 @@ h6{ left: 0; display: flex; align-items: center; - justify-content: center; + justify-content: left; text-align: center; - /* background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)); */ + background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)); + background-size: cover; +} + +.carousel-header .carousel-inner .carousel-item .carousel-caption_1 { + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + display: flex; + align-items: center; + justify-content: right; + text-align: center; + background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)); background-size: cover; } diff --git a/home/slider.php b/home/slider.php index 9de0641..c8ed244 100644 --- a/home/slider.php +++ b/home/slider.php @@ -9,19 +9,22 @@