Created
January 3, 2013 22:44
-
-
Save lorenzoferrante/4448158 to your computer and use it in GitHub Desktop.
Map pointer CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<p class="cursor"></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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