Skip to content

Instantly share code, notes, and snippets.

@lorenzoferrante
Created January 3, 2013 22:44
Show Gist options
  • Save lorenzoferrante/4448158 to your computer and use it in GitHub Desktop.
Save lorenzoferrante/4448158 to your computer and use it in GitHub Desktop.
Map pointer CSS
/**
* Map pointer CSS
*/
html {
min-height: 100%;
background: linear-gradient(#eee, #fff);
}
.cursor {
position: relative;
top: 40px;
left: 50%;
width: 30px;
height: 30px;
background: linear-gradient(#ddd, #fff);
border: 20px solid #e04246;
border-radius: 80px 80px 2px;
transform: rotate(45deg);
box-shadow: 3px 3px 20px #999;
}
<!-- content to be placed inside <body>…</body> -->
<p class="cursor"></p>
// alert('Hello world!');
{"view":"separate","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment