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
HTML { | |
height: 100%; | |
} | |
BODY { | |
background: | |
repeating-linear-gradient( -45deg, | |
rgba(255,255,255, 0) 1.9em, | |
rgba(0, 0, 0, .1) 2em, | |
rgba(255,255,255, 0) 2.1em ) | |
0 0; |
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
UL, LI { | |
position: relative; | |
margin: 0; | |
padding: 0; | |
} | |
.wrapper { | |
width: 20em; | |
height: 20em; | |
margin: 2em auto 0; |
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
BODY { | |
text-align: center; | |
color: #999; | |
text-shadow: 1px 0 1px rgba(0,0,0,.5); | |
} | |
DIV { | |
display: inline-block; | |
position: relative; | |
width: 45%; | |
height: 15em; |
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 { | |
width: 1em; | |
height: 1em; | |
background: firebrick; | |
box-shadow: | |
1em 0 0 crimson, | |
2em 0 0 red, | |
3em 0 0 orangered, | |
4em 0 0 orange, | |
5em 0 0 gold, |
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
BODY { | |
background: #efefef; | |
font-size: 1.7em; | |
} | |
DIV { | |
display: inline-block; | |
position: relative; | |
vertical-align: middle; | |
} | |
DIV:before, |