Skip to content

Instantly share code, notes, and snippets.

@kevinacuna1
Last active February 19, 2023 20:45
Show Gist options
  • Select an option

  • Save kevinacuna1/6572b3d7714fcb834bd963e85573c6ae to your computer and use it in GitHub Desktop.

Select an option

Save kevinacuna1/6572b3d7714fcb834bd963e85573c6ae to your computer and use it in GitHub Desktop.
src/scss/base/
@use 'variables' as v;
h1, h2, h3 {
font-family: v.$fuente_principal;
margin: 0 0 calc(v.$separacion / 2) 0 ;
font-weight: 900;
color: v.$blanco;
text-align: center;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.6rem;
}
h3 {
font-size: 3rem;
text-align: center;
}
p {
color: v.$blanco;
font-size: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment