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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
div{ | |
background: repeating-linear-gradient(left, white 0,white 1px, black 1px, black 2px); | |
width:100px;height: 100px; | |
} |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
html{ | |
font:6em sans-serif; | |
padding:1em; | |
background:#222; | |
text-shadow:0 -1px 0 rgba(0,0,0,1); | |
color:white; | |
} |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
html{ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
} | |
nav{height:30px;overflow:hidden;background:#eee;} | |
ul{padding:0;margin: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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
html{font:1em sans-serif;} | |
ul{position:relative;background:#eee;height:30px;overflow:hidden;} | |
ul li{position:absolute;list-style:none;height:30px;line-height:30px;white-space:nowrap; | |
animation:actus 1s 2 alternate 0s both; | |
} | |
ul li:first-child{ |
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:200px; | |
height:100px; | |
background:linear-gradient(top left,red,green); | |
} | |
div:last-child{ | |
background:linear-gradient(to bottom right,red,green); | |
} |
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 { font:1em sans-serif;padding:50px; background:#eee; } | |
#scene{ | |
width:400px;height:577px; | |
margin:100px auto; | |
} | |
#book,#book2{ | |
width:400px;height:577px; | |
transform-origin:50% 0 0; | |
perspective:500px; |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body { padding:50px; background:#2fa7ca; } | |
h1 { | |
width:450px; | |
font:bold 36px sans-serif; | |
letter-spacing:-1px; |
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
/** | |
* Onglets fluides | |
*/ | |
html{font:1.1em sans-serif;background:linear-gradient(#333,#111);height:100%;} | |
ul{display:table;width:500px;padding:0;margin:100px auto;border-radius:3px;box-shadow: | |
0 6px 1px rgba(0,0,0,.1), | |
0 0 5px rgba(0,0,0,.1), | |
0 1px 3px rgba(0,0,0,.3), | |
0 3px 5px rgba(0,0,0,.2), | |
0 5px 10px rgba(0,0,0,.25), |
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
*{margin:0;padding:0;} | |
#article18{ | |
background: url('squelettes/images/fondBois.png') no-repeat; | |
font-family: "Myriad Pro",sans-serif; | |
height: 469px; | |
} | |
#article18 ul{ | |
position:relative; | |
list-style:none; | |
width:182px; |
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
.demoTime{clear:right;min-height:100px;padding-top:1px;margin-top:5px;position:relative; | |
overflow:hidden;border:2px solid white; | |
background:#eee; | |
} | |
#article15{ | |
height:350px; | |
font-size:0.9em; | |
font-family:"trebuchet ms",sans-serif; | |
background:#7f8990; |