Created
April 15, 2014 01:24
-
-
Save josephok/10694501 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
<section id="one">1 | |
</section> | |
<section id="two">2 | |
</section> | |
<section id="three">3 | |
</section> | |
<section id="four">4 | |
</section> |
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.3.4) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
#one, #two, #three, #four { | |
text-align: center; | |
font-size: 36px; | |
color: white; | |
display: inline-block; | |
margin: 10px; | |
width: 60px; | |
height: 60px; | |
background-color: red; | |
} | |
#two { | |
position: relative; | |
top: 10px; | |
left: -10px; | |
} |
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
#one, #two, #three, #four { | |
text-align: center; | |
font-size: 36px; | |
color: white; | |
display: inline-block; | |
margin: 10px; | |
width: 60px; | |
height: 60px; | |
background-color: red; | |
} | |
#two { | |
position: relative; | |
top: 10px; | |
left: -10px; | |
} |
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
<section id="one">1 | |
</section> | |
<section id="two">2 | |
</section> | |
<section id="three">3 | |
</section> | |
<section id="four">4 | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment