Skip to content

Instantly share code, notes, and snippets.

@hszy00232
Created January 16, 2015 09:18
Show Gist options
  • Select an option

  • Save hszy00232/87ae1c6835b0150531ea to your computer and use it in GitHub Desktop.

Select an option

Save hszy00232/87ae1c6835b0150531ea to your computer and use it in GitHub Desktop.
vExQzW
<div class="test"></div>
.test{
width:100px;
height:100px;
background:black;
transition: background-color .3s ease;
}
.test:hover{
background-color:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment