4,554
edits
No edit summary |
No edit summary |
||
Line 107: | Line 107: | ||
padding-top: 5px; | padding-top: 5px; | ||
float: left; | float: left; | ||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | |||
} | } | ||
.image img { | .image img { | ||
Line 117: | Line 118: | ||
padding-left: 5px; | padding-left: 5px; | ||
float: left; | float: left; | ||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | |||
border-top: 1px solid transparent; | border-top: 1px solid transparent; | ||
} | } | ||
Line 128: | Line 130: | ||
padding-left: 5px; | padding-left: 5px; | ||
float: left; | float: left; | ||
transition: transform 0.3s ease; /* Add transition for smooth scaling */ | |||
border-top: 1px solid transparent; | border-top: 1px solid transparent; | ||
} | } | ||
Line 135: | Line 138: | ||
height: 80px; | height: 80px; | ||
} | } | ||
.image:hover, | |||
.image2:hover, | |||
.image3:hover { | |||
transform: scale(1.5); /* Increase the scale factor as needed */ | |||
} | |||
/* Style the article window */ | /* Style the article window */ | ||
#show-article-wrapper { | #show-article-wrapper { |