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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
h3{ | |
display:run-in; | |
padding-right:15px; | |
} |
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
/** | |
* Multiple arrière-plan | |
*/ | |
html{ | |
width:100%; | |
height:100%; | |
background: radial-gradient(circle,#ccc,#111) fixed; | |
font:1em sans-serif; | |
} |
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
/** | |
* Multiple arrière-plan | |
*/ | |
html{ | |
width:100%; | |
height:100%; | |
background: radial-gradient(circle,#ccc,#111) fixed; | |
font:1em sans-serif; | |
} |
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
/** | |
* Multiple arrière-plan | |
*/ | |
html{ | |
width:100%; | |
height:100%; | |
background: radial-gradient(circle,#ccc,#111) fixed; | |
font:1em sans-serif; | |
} |
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
/** | |
* Multiple arrière-plan | |
*/ | |
html{ | |
width:100%; | |
height:100%; | |
background: radial-gradient(circle,#ccc,#111) fixed; | |
font:1em sans-serif; | |
} |