Created
September 17, 2012 23:33
-
-
Save laurenancona/3740425 to your computer and use it in GitHub Desktop.
Rounded Corners Centered Text Box
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
<div style="margin-left:auto; | |
margin-right:auto; | |
width: 100px; | |
height: 45px; | |
line-height:45px; | |
border-radius: 20px 20px 20px 20px; | |
background-color: rgb(153, 153, 51); | |
text-align:center;"> | |
<span style="font-size:12pt; | |
font-family: trebuchet ms,helvetica,sans-serif;"><strong> | |
<a href="http://www.operaphila.org/boheme?utm_source=broadcast-2011-attendees&utm_medium=email&utm_content=image-register-button&utm_campaign=boheme-mall" style="color:#ffffff; | |
text-decoration: none;">REGISTER</a></strong></span></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment