Skip to content

Instantly share code, notes, and snippets.

@alcidesqueiroz
Last active September 22, 2018 02:23
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 alcidesqueiroz/a6e963aaff87ac269c581dac3cd35a83 to your computer and use it in GitHub Desktop.
Save alcidesqueiroz/a6e963aaff87ac269c581dac3cd35a83 to your computer and use it in GitHub Desktop.
It's 2018: you shouldn't be writing vanilla CSS - Example 8
.btn--blue {
background-color: blue;
color: #fff;
}
.btn--black {
background-color: black;
color: #fff;
}
.btn--yellow {
background-color: yellow;
color: #222;
}
.btn--aqua {
background-color: aqua;
color: #222;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment