Skip to content

Instantly share code, notes, and snippets.

@josephok
Created April 15, 2014 01:24
Show Gist options
  • Save josephok/10694501 to your computer and use it in GitHub Desktop.
Save josephok/10694501 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<section id="one">1
</section>
<section id="two">2
</section>
<section id="three">3
</section>
<section id="four">4
</section>
// ----
// 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;
}
#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;
}
<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