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
** | |
* multipages | |
*/ | |
*{margin:0;padding:0;} | |
body{ | |
overflow:hidden; | |
font:.5cm sans-serif; | |
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 | |
*/ | |
header{ | |
width:800px; | |
height:300px; | |
border:5px dotted limegreen; | |
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
/** | |
* iso_cube | |
*/ | |
body{ | |
background:orangered; | |
} | |
#cube { | |
position: absolute; | |
top: 90px; |
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{ | |
font-size:4em; | |
animation:move 4s 2 .5s; | |
border:1px solid #000; | |
} |
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 | |
*/ | |
ul{ | |
margin:100px; | |
} | |
ul li { | |
display:block; | |
text-align:right; |
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 | |
*/ | |
ul{ | |
margin:100px; | |
} | |
ul li { | |
display:block; | |
text-align:right; |
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 | |
*/ | |
input{ | |
transition:all .5s ease; | |
} | |
option:checked{ | |
color:blue; | |
} | |
select{font:1em serif;border:1px solid red;background:red;outline:2px solid 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
/** | |
* hover+target menu | |
*/ | |
*{ | |
margin:0;padding:0; | |
list-style-type:none; | |
text-decoration:none; | |
} | |
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
/** | |
* hover+target menu | |
*/ | |
*{ | |
margin:0;padding:0; | |
list-style-type:none; | |
text-decoration:none; | |
} | |
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 | |
*/ | |
h3{ | |
display:run-in; | |
padding-right:15px; | |
} |
NewerOlder