Skip to content

Instantly share code, notes, and snippets.

@Theo-denBlanken
Created April 23, 2020 05:45
Show Gist options
  • Save Theo-denBlanken/498f4ce7adce9ecb9fc31249741c5d94 to your computer and use it in GitHub Desktop.
Save Theo-denBlanken/498f4ce7adce9ecb9fc31249741c5d94 to your computer and use it in GitHub Desktop.
nesting voorbeeld, gecompileerd uit 'nestingVoorbeeld.scss' of 'nestingVoorbeeld.sass'
.navigatie {
background-color: cornflowerblue;
}
.navigatie li {
float: left;
}
.navigatie a {
display: block;
padding: 1em 2em;
color: white;
}
.navigatie a:hover {
background-color: #185bd3;
}
/*# sourceMappingURL=style.css.map */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment