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
/** | |
* Responsive Menu | |
*/ | |
* { | |
box-sizing: border-box; | |
transition: all 0.5s ease; | |
vertical-align: middle; | |
} |
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
/** | |
* Demo redBall landing page with animation | |
*/ | |
body { background: black; padding: 100px; margin: 0; } | |
hgroup { | |
text-align: center; |
NewerOlder