Template:Main Page/styles.css
EkramHossen (talk | contribs) No edit summary |
EkramHossen (talk | contribs) m Protected "Template:Main Page/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 111: | Line 111: | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
font-size: 1em; | font-size: 1em; | ||
} | |||
.fp-grid-box { | |||
display: flex; | |||
gap: 1em; | |||
justify-content: space-around; | |||
margin-bottom: 1em; | |||
} | |||
.fp-grid-card { | |||
flex: 1; | |||
background: #ffffff; | |||
border: 1px solid #e2e8f0; | |||
border-radius: 8px; | |||
padding: 1em; | |||
text-align: center; | |||
font-size: 1.1em; | |||
box-shadow: 0 2px 6px rgba(0,0,0,0.03); | |||
} | |||
.fp-box-purple { | |||
background-color: #f3e8fd; | |||
border-left: 5px solid #9b51e0; | |||
padding: 2em; | |||
border-radius: 8px; | |||
line-height: 1.7; | |||
font-size: 1em; | |||
margin-bottom: 2em; | |||
} | } |