first commit

This commit is contained in:
Dhanraj
2024-07-07 14:31:05 +05:30
commit 1d502a2cf1
1089 changed files with 161249 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/* --------------- blog-page style-1 --------------- */
.blog-page.style-1 .blog-details-slider .content-card {
position: relative; }
.blog-page.style-1 .blog-details-slider .content-card .img img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 500px; }