Template:Main Page/styles.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary |
EkramHossen (talk | contribs) No edit summary |
||
Line 162: | Line 162: | ||
.feature-box { | |||
. | |||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
background-color: #f8f9fa; | |||
margin-bottom: | margin-bottom: 20px; | ||
padding: 10px; | |||
} | } | ||
.feature-box-title { | |||
.feature-title { | background-color: #cef2e0; | ||
background-color: #cef2e0; | border: 1px solid #a2a9b1; | ||
padding: 8px | padding: 8px 12px; | ||
font-weight: bold; | font-weight: bold; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: | font-size: 17px; | ||
margin-bottom: 10px; | |||
} | } | ||
.feature-grid { | .feature-grid { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: | gap: 10px; | ||
justify-content: space-between; | justify-content: space-between; | ||
margin- | } | ||
.feature-item { | |||
width: 19%; | |||
background-color: #fff; | |||
border: 1px solid #ddd; | |||
padding: 10px; | |||
box-sizing: border-box; | |||
text-align: center; | |||
font-size: 13px; | |||
font-family: sans-serif; | |||
border-radius: 5px; | |||
} | |||
.feature-item img { | |||
width: 100%; | |||
height: auto; | |||
max-height: 120px; | |||
object-fit: cover; | |||
margin-bottom: 6px; | |||
border-radius: 4px; | |||
} | |||
.feature-name { | |||
font-weight: bold; | |||
margin: 4px 0; | |||
font-size: 14px; | |||
} | |||
.feature-desc { | |||
font-size: 12px; | |||
color: #444; | |||
} | } |