Skip to content

Instantly share code, notes, and snippets.

@danieldiekmeier
Created September 9, 2013 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieldiekmeier/6495869 to your computer and use it in GitHub Desktop.
Save danieldiekmeier/6495869 to your computer and use it in GitHub Desktop.
A Pen by Daniel.
<ul>
<li><a href="#">Lorem</a></li>
<li><a href="#">Ipsum</a></li>
<li><a href="#">Dolor</a></li>
<li><a href="#">Sit Amet</a></li>
</ul>
@import "compass"
ul
list-style: none
font-family: 'Helvetica Neue'
font-weight: normal
width: 160px
&:hover
a
background-color: #f70
-webkit-transition: background-color 600ms linear
li
a
display: block
background-color: #c30
margin-top: 0px
padding: 10px
color: #fff
text-decoration: none
width: 160px
-webkit-transition: background-color 600ms linear
-webkit-transition-delay: 200ms
&:hover
background-color: #c30
-webkit-transition: background-color 200ms linear
-webkit-transition-delay: 0s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment