Skip to content

Instantly share code, notes, and snippets.

@leods92
Created May 27, 2012 20:40
Show Gist options
  • Save leods92/2815841 to your computer and use it in GitHub Desktop.
Save leods92/2815841 to your computer and use it in GitHub Desktop.
.logo {
background: url('http://envylabs.com/images/envylabs_logo.png');
width: 197px;
height: 111px;
display: inline-block;
position: relative;
cursor: pointer;
}
.logo:hover::before {
content: '';
position: absolute;
top: 30px;
right: 70px;
border-radius: 50%;
box-shadow: 0 0 22px 22px rgba(187, 232, 58, 0.2);
}
/* Code bellow doesn't interest you */
p {
font: 14px/1.5 Verdana;
color: #AAA;
}
a {
color: #555;
}
a:hover {
color: #999;
}
<span class="logo"></span>
<p>
Check Envy Labs awesome website: <a href="http://envylabs.com" target="_blank">envylabs.com</a>
</p>
{"view":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment