Skip to content

Commit

Permalink
Update lighttheme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AvishkarSeth authored Nov 18, 2024
1 parent a4dea17 commit 1bd0578
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions assets/css/lighttheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1647,4 +1647,41 @@ section .container {
}


/* Image Gallery Section Styles */
#gallery {
padding: 60px 0;
background-color: #f8f9fa;
}

#gallery .gallery-item {
margin-bottom: 30px;
overflow: hidden;
position: relative;
}

#gallery .gallery-item img {
width: 100%;
height: auto;
transition: transform 0.3s ease;
}

#gallery .gallery-item img:hover {
transform: scale(1.05);
}

#gallery .section-title {
text-align: center;
margin-bottom: 50px;
}

#gallery .section-title h2 {
font-size: 36px;
font-weight: 700;
color: #343a40;
}

#gallery .section-title p {
font-size: 18px;
color: #6c757d;
}

0 comments on commit 1bd0578

Please sign in to comment.