Skip to content

Instantly share code, notes, and snippets.

@ianrose
Last active August 29, 2015 14:01
Show Gist options
  • Save ianrose/517123be3b8216bad36d to your computer and use it in GitHub Desktop.
Save ianrose/517123be3b8216bad36d to your computer and use it in GitHub Desktop.
cta center horizontally
.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