Skip to content

Instantly share code, notes, and snippets.

@una
Last active August 29, 2015 14:20
Show Gist options
  • Save una/3874690085e8156c4c99 to your computer and use it in GitHub Desktop.
Save una/3874690085e8156c4c99 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<ul class="icons">
<li></li></li>
</ul>
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
.icons {
list-style: none;
padding: 2em;
margin: 0;
//outline: 1px solid teal;
li {
outline: 1px solid red;
position: absolute;
width: 10px;
height: 10px;
box-shadow: 10px 10px 0 hotpink, 20px 20px 0 hotpink, 30px 30px hotpink;
}
}
.icons {
list-style: none;
padding: 2em;
margin: 0;
}
.icons li {
outline: 1px solid red;
position: absolute;
width: 10px;
height: 10px;
box-shadow: 10px 10px 0 hotpink, 20px 20px 0 hotpink, 30px 30px hotpink;
}
<ul class="icons">
<li></li></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment