More actions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
flex: 1 0 33%; | flex: 1 0 33%; | ||
padding:10px; | padding:10px; | ||
margin: 5px; | |||
background-color: #E6E6E6; | background-color: #E6E6E6; | ||
border-left: 3px solid #42423e; | border-left: 3px solid #42423e; | ||
width: | width: 300px; | ||
} | } |
Revision as of 21:13, 20 August 2024
/* CSS placed here will be applied to all skins */ .bloque-container { display: flex; flex-wrap: wrap; } .bloque { flex: 1 0 33%; padding:10px; margin: 5px; background-color: #E6E6E6; border-left: 3px solid #42423e; width: 300px; }