Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Last active November 18, 2016 17:24
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 brunokrebs/9d3162a929401c15115a92155e345896 to your computer and use it in GitHub Desktop.
Save brunokrebs/9d3162a929401c15115a92155e345896 to your computer and use it in GitHub Desktop.
Just a css/scss example
div.main {
background-color: #eee;
padding: 21px;
font-family: "Times New Roman", Times, serif;
}
div.main div.content {
color: green;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment