Last active
August 29, 2015 14:20
-
-
Save una/3874690085e8156c4c99 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="icons"> | |
<li></li></li> | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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