Skip to content

Instantly share code, notes, and snippets.

@janson
Created November 9, 2013 15:15
Show Gist options
  • Save janson/7386469 to your computer and use it in GitHub Desktop.
Save janson/7386469 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class='viewport'>
<ul>
<li><a href="#">Need Help?</a></li>
<li><a href="#">Volunteer</a></li>
<li><a href="#">Donate</a></li>
</ul>
</div>
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@import "bourbon/bourbon";
body {
background: #ddd;
}
.viewport {
width: 100%;
max-width: 96rem;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
display: inline-block;
width: 32.5%; // sassmeister has some fuzzyness on the preview
text-align: center;
}
a {
border-radius: 50%;
display: block;
background: #E86EA4;
text-decoration: none;
color: #fff;
height: 33vw;
line-height: 33vw;
}
body {
background: #ddd;
}
.viewport {
width: 100%;
max-width: 96rem;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
display: inline-block;
width: 32.5%;
text-align: center;
}
a {
border-radius: 50%;
display: block;
background: #E86EA4;
text-decoration: none;
color: #fff;
height: 33vw;
line-height: 33vw;
}
<div class='viewport'>
<ul>
<li><a href="#">Need Help?</a></li>
<li><a href="#">Volunteer</a></li>
<li><a href="#">Donate</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment