Template:Main Page/styles.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary |
EkramHossen (talk | contribs) No edit summary |
||
(20 intermediate revisions by the same user not shown) | |||
Line 150: | Line 150: | ||
margin-bottom: 2em; | margin-bottom: 2em; | ||
} | } | ||
Line 196: | Line 192: | ||
font-family: sans-serif; | font-family: sans-serif; | ||
border-radius: 5px; | border-radius: 5px; | ||
transition: transform 0.3s ease; | |||
} | |||
.feature-item:hover { | |||
transform: scale(1.05); | |||
z-index: 10; | |||
} | } | ||
.feature- | .feature-image { | ||
display: block; | background-color: #fff; | ||
padding: 0px; | |||
margin-bottom: 8px; | |||
display: inline-block; | |||
border: 1px solid #ddd; | |||
} | } | ||
.feature- | .feature-image img { | ||
width: 100%; | width: 100%; | ||
height: | height: auto; | ||
} | } | ||