More actions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
background-color: #E6E6E6; | background-color: #E6E6E6; | ||
border-left: 3px solid #42423e; | border-left: 3px solid #42423e; | ||
border-radius: 5px; | |||
width: 300px; | width: 300px; | ||
} | } | ||
Revision as of 21:22, 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;
border-radius: 5px;
width: 300px;
}