Skip to content

Instantly share code, notes, and snippets.

@alfredomtzrmz
Created February 26, 2020 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredomtzrmz/6a52026b131ee7f7450fe7c9f6ee2e76 to your computer and use it in GitHub Desktop.
Save alfredomtzrmz/6a52026b131ee7f7450fe7c9f6ee2e76 to your computer and use it in GitHub Desktop.
Clases componentes
.btn {
font-size: 16px;
@media screen and (min-width: 700px) {
font-size: 20px;
}
@media screen and (min-width: 1000px) {
font-size: 24px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment