Skip to content

Instantly share code, notes, and snippets.

@axxe16
Created May 4, 2020 10:25
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 axxe16/9fa87edd30bd6fd44293c82bfee3b417 to your computer and use it in GitHub Desktop.
Save axxe16/9fa87edd30bd6fd44293c82bfee3b417 to your computer and use it in GitHub Desktop.
Debug_griglie #scss #column #grid #debug
.row {
border-bottom:1px solid #aaa;
> div:nth-child(even) {
min-height:200px;
background-color:#ccc;
}
> div:nth-child(odd) {
min-height:200px;
background-color:#eee;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment