Sin resumen de edición Etiqueta: Reversión manual |
Sin resumen de edición |
||
| Línea 4: | Línea 4: | ||
:root { | :root { | ||
--width-layout: 1280px; /* Slightly wider content */ | --width-layout: 1280px; /* Slightly wider content */ | ||
} | |||
.my-button{ | |||
border-radius: 5px; | |||
border: 1px solid #000; | |||
padding: 10px 20px; | |||
background: yellow; | |||
font-size: 2em; | |||
cursor: pointer; | |||
} | } | ||
Revisión del 21:09 2 sep 2023
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--width-layout: 1280px; /* Slightly wider content */
}
.my-button{
border-radius: 5px;
border: 1px solid #000;
padding: 10px 20px;
background: yellow;
font-size: 2em;
cursor: pointer;
}