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 { | #bloque { | ||
display:inline-block; | display:inline-block; | ||
Line 12: | Line 7: | ||
border-width: 5px; | border-width: 5px; | ||
border-radius: 5px; | border-radius: 5px; | ||
max-width: fit-content; | |||
margin-inline: auto; | |||
} | } |
Revision as of 20:51, 20 August 2024
/* CSS placed here will be applied to all skins */ #bloque { display:inline-block; padding:10px; border-top-style: inset; border-color: #E6E6E6; border-width: 5px; border-radius: 5px; max-width: fit-content; margin-inline: auto; }