Created
January 16, 2015 09:18
-
-
Save hszy00232/87ae1c6835b0150531ea to your computer and use it in GitHub Desktop.
vExQzW
This file contains hidden or 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
| <div class="test"></div> |
This file contains hidden or 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
| .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