"ഫലകം:SSKBoxImage/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
ദൃശ്യരൂപം
No edit summary |
add css |
||
| വരി 14: | വരി 14: | ||
padding: 0 .5em; | padding: 0 .5em; | ||
align-self: center; | align-self: center; | ||
} | |||
.boxItemDetails{ | |||
border-left: 1px solid; | |||
padding: 0 1em; | |||
display: flex; | |||
flex-wrap: wrap; | |||
flex-direction: column; | |||
justify-content: center; | |||
} | } | ||
12:07, 5 ജനുവരി 2025-നു നിലവിലുണ്ടായിരുന്ന രൂപം
.boxImgContainer {
background: #ddd; margin: .5em;
min-width: 280px;
min-height: 90px;
padding: .75em;
display: flex;
align-items: stretch;
flex-grow: 1;
background-color: #eeffee;
color:#000;
border-radius:25px;
}
.boxItemImg {
padding: 0 .5em;
align-self: center;
}
.boxItemDetails{
border-left: 1px solid;
padding: 0 1em;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
}