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 { | #bloque-container { | ||
width:100% | width:100%; | ||
margin:auto; | |||
} | } | ||
#bloque { | #bloque { | ||
display:inline-block; | display:inline-block; | ||
padding:10px; | padding:10px; | ||
border- | border-left-style: solid; | ||
border-color: #E6E6E6; | |||
border-width: 5px; | |||
border-radius: 5px; | |||
} | } | ||
Revision as of 20:49, 20 August 2024
/* CSS placed here will be applied to all skins */
#bloque-container {
width:100%;
margin:auto;
}
#bloque {
display:inline-block;
padding:10px;
border-left-style: solid;
border-color: #E6E6E6;
border-width: 5px;
border-radius: 5px;
}