Last active
August 19, 2025 00:54
-
-
Save codigoconjuan/07d7cc5c39576bfff904824f5ed98d1c to your computer and use it in GitHub Desktop.
Estilos Globales para Festival de Música
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @use 'variables' as v; | |
| html { | |
| font-size: 62.5%; | |
| box-sizing: border-box; | |
| scroll-padding-top: 0rem; | |
| } | |
| *, | |
| *:before, | |
| *:after { | |
| box-sizing: inherit; | |
| } | |
| body { | |
| font-family: v.$fuente_principal; | |
| font-optical-sizing: auto; | |
| font-style: normal; | |
| color: v.$negro; | |
| font-size: 2rem; | |
| } | |
| p { | |
| color: v.$negro; | |
| line-height: 1.5; | |
| } | |
| .contenedor { | |
| width: 95%; | |
| max-width: 120rem; | |
| margin: 0 auto; | |
| } | |
| a { | |
| text-decoration: none; | |
| } | |
| h1, h2, h3 { | |
| margin: 0 0 5rem 0; | |
| font-weight: 900; | |
| } | |
| h1 { | |
| font-size: 4rem; | |
| } | |
| h2 { | |
| font-size: 4.6rem; | |
| } | |
| h3 { | |
| font-size: 6rem; | |
| text-align: center; | |
| } | |
| img { | |
| max-width: 100%; | |
| width: 100%; | |
| height: auto; | |
| display: block; | |
| } | |
| body > section { | |
| padding: 10rem 0 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excelente trabajo profe