Last active
February 8, 2016 21:01
-
-
Save mfairchild365/476c56c217bc984370b8 to your computer and use it in GitHub Desktop.
Page Titles
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
#main-page #pagetitle h1 { | |
font-size: 0; | |
width: 1px; | |
height: 1px; | |
display: inline-block; | |
overflow: hidden; | |
position: absolute!important; | |
border: 0!important; | |
padding: 0!important; | |
margin: 0!important; | |
clip: rect(1px,1px,1px,1px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment