Template:Main Page/styles.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary Tag: Reverted |
EkramHossen (talk | contribs) No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 166: | Line 166: | ||
.feature-box-title { | .feature-box-title { | ||
background-color: # | background-color: #cef2e0; | ||
border: 1px solid #a2a9b1; | |||
padding: 8px 12px; | |||
font-weight: bold; | font-weight: bold; | ||
font-family: sans-serif; | |||
font-size: 17px; | |||
margin-bottom: 10px; | |||
} | } | ||
.feature-grid { | .feature-grid { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | |||
gap: 10px; | |||
justify-content: space-between; | justify-content: space-between; | ||
} | } | ||
Line 189: | 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; | |||
} | } | ||
Line 200: | Line 209: | ||
.feature-image img { | .feature-image img { | ||
width: | width: 100%; | ||
height: auto; | height: auto; | ||
} | } |