Skip to content

Instantly share code, notes, and snippets.

@pgherveou
Created June 22, 2012 08:53
Show Gist options
  • Save pgherveou/2971455 to your computer and use it in GitHub Desktop.
Save pgherveou/2971455 to your computer and use it in GitHub Desktop.
Untitled
body {
margin: 100px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.close {
display: block;
text-decoration: none;
border: 1px solid black;
width: 56px;
height: 56px;
text-align: center;
line-height: 56px;
font-size: 30px;
/* background image to test alignment */
background-image: linear-gradient(top, rgba(20, 20, 20, 0.5) 0%, rgba(20, 20, 20, 0.5) 50%, rgba(90, 90, 90, 0.5) 50%, rgba(90, 90, 90, 0.5) 100%);
}
<a href="#" class="close">×</a>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment