Last active
August 29, 2015 14:01
-
-
Save ianrose/517123be3b8216bad36d to your computer and use it in GitHub Desktop.
cta center horizontally
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
.cta-wrapper { | |
position: absolute; | |
width: 100%; | |
top: /*what ever is lower thirds"*/; | |
text-align: center; | |
} | |
.cta { | |
display: inline-block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment