Diferencia entre revisiones de «Usuario:Hasley/styles.css»
Más acciones
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 14: | Línea 14: | ||
.mega-header-title { | .mega-header-title { | ||
font-size: 229%; | font-size: 229%; | ||
width: 100%; | |||
} | } | ||
| Línea 19: | Línea 20: | ||
.mega-header-title { | .mega-header-title { | ||
font-size: 115%; | font-size: 115%; | ||
width: 75%; | |||
} | } | ||
} | } | ||
Revisión del 03:59 10 oct 2022
* {
font-family: Ubuntu;
border-radius: 2px;
}
.bi-buttons a {
color: #fff !important;
}
.bi-buttons span {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.mega-header-title {
font-size: 229%;
width: 100%;
}
@media (max-width: 1000px) {
.mega-header-title {
font-size: 115%;
width: 75%;
}
}