This file contains 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 { | |
min-height: 100%; | |
} | |
button { | |
background : linear-gradient(65deg, skyblue, yellow); |
This file contains 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 | |
*/ | |
.question-wrapper{ | |
Border:1px dashed rgb(0,0,0); | |
background: rgb(240,240,123) | |
} | |
.question{ |
This file contains 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 | |
*/ | |
.question-wrapper{ | |
background: rgb(240,240,130) | |
border:1px solid; | |
} | |
.question{ |
This file contains 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 | |
*/ | |
.question-wrapper{ | |
background: rgb(240,240,130) | |
border:1px solid; | |
} | |
.question{ |
This file contains 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 | |
*/ | |
.question-wrapper{ | |
background: rgb(240,240,130) | |
border:1px solid; | |
z-index=-1; | |
} |
This file contains 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 | |
*/ | |
.form-wrapper{ | |
color: rgb(240,240,130) | |
border:1px solid; | |
z-index=-1; | |
border: 2px dashed #ccc; | |
padding : 10px; |
This file contains 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 | |
*/ | |
.divider{ | |
min-height: 10px; | |
} | |
.form-wrapper{ | |
background: rgb(240,240,1) | |
border:1px solid; | |
border: 2px dashed #ccc; |
This file contains 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
.posttitle{ | |
normal normal 50px Georgia, Utopia, 'Palatino Linotype', Palatino, serif | |
} |
This file contains 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
.posttitle{ | |
font = normal normal 50px Georgia, Utopia, 'Palatino Linotype', Palatino, serif | |
} | |
post{ | |
} |
This file contains 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
.posttitle{="date"> 12 Temmuz </p></div> | |
font: normal normal 30px Georgia, Utopia, 'Palatino Linotype', Palatino, serif; | |
color: rgb(111,12,12) | |
} | |
.post{ | |
border-width:1px; | |
border-style:dashed; | |
background-color: rgb(230,230,230); |
OlderNewer