Skip to content

Instantly share code, notes, and snippets.

@louisbullock
Created January 23, 2013 10:09
Show Gist options
  • Save louisbullock/4603949 to your computer and use it in GitHub Desktop.
Save louisbullock/4603949 to your computer and use it in GitHub Desktop.
Close Logo [CSS]
/**
* Close Logo [CSS]
* Recreated from: http://drbl.in/foUp
* By Louis Bullock
* louisbullock.com.au
*/
html {
background:#fff;
min-height: 100%;
height:100%;
overflow:hidden;
}
.close {
top:50%;
left:50%;
margin:-70px 0 0 -57px;
padding:0;
height:54px;
width:54px;
border:30px solid;
border-right-color:transparent;
color:#FDFDFD;
display: block;
border-radius: 50%;
position:absolute;
background-color: transparent;
}
.wrapper {
width:400px;
height:300px;
background:#3A7FB6;
left:50%;
top:50%;
margin:-150px -200px;
position:absolute;
display:block;
}
<div class="wrapper">
<i class="close"></i>
</div>
// alert('Hello world!');
{"view":"split-vertical","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