Skip to content

Instantly share code, notes, and snippets.

@CheetoMao
Created October 17, 2014 13:41
Show Gist options
  • Save CheetoMao/46bd98ec5e80c4e2d955 to your computer and use it in GitHub Desktop.
Save CheetoMao/46bd98ec5e80c4e2d955 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<h1>Responsive Headers<br>
without media queries</h1>
// ----
// 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;
}
h1 {
color: #000;
font-family: Arial, sans-serif;
font-size: 15vw;
font-weight: bold;
margin: 0;
text-transform: uppercase;
}
<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