Skip to content

Instantly share code, notes, and snippets.

@Poltergeist
Created March 4, 2013 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Poltergeist/5081694 to your computer and use it in GitHub Desktop.
Save Poltergeist/5081694 to your computer and use it in GitHub Desktop.
Close Button
/**
* Close Button
*/
.close{
font-weight:bold;
background:#333;
color:#eee;
text-decoration:none;
font-size:46px;
height:1em;
width:1.075em;
line-height:1em;
padding-bottom:.075em;
display:inline-block;
text-align:center;
border-radius:2000px;
transform:rotate(45deg);
font-family:'Helvetica','sans-serif';
}
<a href="#" class="close">+</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment