Template:Main Page/styles.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary |
EkramHossen (talk | contribs) No edit summary |
||
(33 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 img { | .feature-item:hover { | ||
transform: scale(1.05); | |||
z-index: 10; | |||
} | |||
.feature-image { | |||
background-color: #fff; | |||
padding: 0px; | |||
margin-bottom: 8px; | |||
display: inline-block; | |||
border: 1px solid #ddd; | |||
} | |||
.feature-image img { | |||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
} | } | ||
.feature-name { | .feature-name { | ||
font-weight: bold; | font-weight: bold; | ||
margin: 4px 0; | margin: 4px 0; | ||
font-size: | font-size: 18px; | ||
} | } | ||
.feature-desc { | .feature-desc { | ||
font-size: | font-size: 13px; | ||
color: #444; | color: #444; | ||
} | } |