Created
October 17, 2014 13:41
-
-
Save CheetoMao/46bd98ec5e80c4e2d955 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
<h1>Responsive Headers<br> | |
without media queries</h1> |
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.5) | |
// Compass (v1.0.1) | |
// ---- | |
h1 { | |
color: #000; | |
font-family: Arial, sans-serif; | |
font-size: 15vw; | |
font-weight: bold; | |
margin: 0; | |
text-transform: uppercase; | |
} |
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
h1 { | |
color: #000; | |
font-family: Arial, sans-serif; | |
font-size: 15vw; | |
font-weight: bold; | |
margin: 0; | |
text-transform: uppercase; | |
} |
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
<h1>Responsive Headers<br> | |
without media queries</h1> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment