Created
July 15, 2015 16:00
-
-
Save Undistraction/7139729b11446aefee24 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or 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
<div class="Title"> | |
<h2>THIS SHOULD BE CENTERED<ul class="Icons><li></li></ul><span class="Icons-icon">X</span></span></li></ul></h2> | |
</div> |
This file contains hidden or 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.14) | |
// Compass (v1.0.3) | |
// ---- | |
.Title { | |
text-align: center; | |
} | |
h2 { | |
position: relative; | |
display: inline-block; | |
background: red; | |
} | |
ul { | |
margin: 0; | |
padding: 0; | |
position: absolute; | |
top: 0; | |
right: -20px; | |
} | |
ul li { | |
float: left; | |
margin-right: 5px; | |
} | |
.Icon { | |
} |
This file contains hidden or 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
.Title { | |
text-align: center; | |
} | |
h2 { | |
position: relative; | |
display: inline-block; | |
background: red; | |
} | |
ul { | |
margin: 0; | |
padding: 0; | |
position: absolute; | |
top: 0; | |
right: -20px; | |
} | |
ul li { | |
float: left; | |
margin-right: 5px; | |
} |
This file contains hidden or 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
<div class="Title"> | |
<h2>THIS SHOULD BE CENTERED<ul class="Icons><li></li></ul><span class="Icons-icon">X</span></span></li></ul></h2> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment