Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created August 24, 2012 14:22
Show Gist options
  • Save james2doyle/3451153 to your computer and use it in GitHub Desktop.
Save james2doyle/3451153 to your computer and use it in GitHub Desktop.
stars
/**
* stars
*/
html,body {
background: #222;
margin: 2em;
}
ul {
margin: 0;
list-style: none;
}
ul li a{
text-decoration: none;
float: left;
font-family: Arial;
font-weight: bold;
font-size: 2em;
color: rgba(255,255,255,0.1);
text-shadow:0 -1px 0 black, 0 1px 1px transparent;
}
ul li a:hover {
color: #FFC517;
text-shadow:0 -1px 0 white, 0 1px 1px black;
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li><a href="#">&#9733</a></li>
<li><a href="#">&#9733</a></li>
<li><a href="#">&#9733</a></li>
<li><a href="#">&#9733</a></li>
</ul>
{"view":"split-vertical","fontsize":"70","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment