Skip to content

Instantly share code, notes, and snippets.

@jklm313
Created May 18, 2013 17:23
Show Gist options
  • Select an option

  • Save jklm313/5605190 to your computer and use it in GitHub Desktop.

Select an option

Save jklm313/5605190 to your computer and use it in GitHub Desktop.
Untitled
.bold {
font-weight: bold;
}
[class='bold red'] {
color: red;
}
[class='bold blue'] {
color: blue;
}
[class='bold green'] {
color: green;
}
@media(max-width: 600px) {
.bold {
color: black;
}
}
<div class='bold red'>HELLO!</div>
<div class='bold blue'>HELLO!</div>
<div class='bold green'>HELLO!</div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment