More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.bloque-container { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
.bloque { | .bloque { | ||
flex: 1 0 33%; | |||
padding:10px; | padding:10px; | ||
background-color: #E6E6E6; | background-color: #E6E6E6; |
Revision as of 21:12, 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; background-color: #E6E6E6; border-left: 3px solid #42423e; width: 500px; }