Skip to content

Instantly share code, notes, and snippets.

@laurenancona
Created September 17, 2012 23:33
Show Gist options
  • Save laurenancona/3740425 to your computer and use it in GitHub Desktop.
Save laurenancona/3740425 to your computer and use it in GitHub Desktop.
Rounded Corners Centered Text Box
<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&amp;utm_medium=email&amp;utm_content=image-register-button&amp;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