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
/** | |
* CSS3 keyboard arrow keys | |
*/ | |
* { | |
margin: 0; | |
padding: 0; | |
box-sizing: border-box} | |
body { |
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
/** | |
* CSS3 fade in/out slideshow experiment | |
*/ | |
* { | |
margin: 0; | |
padding: 0; | |
box-sizing: border-box} | |
#slideshow { |
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
/** | |
* Change through a radio button a href with jQuery | |
*/ | |
body { | |
background: #fff; | |
min-height: 100%} |
OlderNewer