This file contains 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
/** | |
* Design Shack CSS Mouse In/Out Example 2 | |
*/ | |
#loremdiv { | |
margin: 100px; | |
height: 200px; width: 200px; | |
background: black; | |
} |
This file contains 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
/** | |
* Design Shack CSS Mouse In/Out Example 1 | |
*/ | |
#loremdiv { | |
margin: 100px; | |
height: 200px; width: 200px; | |
background: black; | |
-webkit-transition: all 1s ease; | |
-moz-transition: all 1s ease; |
NewerOlder