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 | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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
/* | |
* Mind-Repository: CABS Chat Message (Solid Corners) | |
*/ | |
body { | |
background: #e5e5e5; | |
} | |
div.message { | |
padding-bottom: 60px; | |
margin-left: 50px; | |
width: 300px; |
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
/* | |
* Mind-Repository: CABS Chat Message (Rounded Corners) | |
*/ | |
body { | |
background: #e5e5e5; | |
} | |
div.message { | |
padding-bottom: 60px; | |
margin-left: 50px; | |
width: 300px; |
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
/* | |
* Mind-Repository: CABS Chat | |
*/ | |
body { | |
background: #e5e5e5; | |
} | |
div.message { | |
padding-bottom: 60px; | |
margin-left: 50px; | |
width: 300px; |
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
/* | |
* Mind-Repository: CABS Chat | |
*/ | |
body { | |
background: #e5e5e5; | |
} | |
div.message { | |
padding-bottom: 60px; | |
margin-left: 50px; | |
min-width: 200px; |
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
/** | |
* "Google Now" Card | |
*/ | |
body { | |
background: #e1e1e1; | |
min-height: 100%; | |
margin: auto; | |
} | |
ul.gNow { | |
width: 450px; |
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
/** | |
* "Google Now" Card | |
*/ | |
body { | |
background: #e1e1e1; | |
min-height: 100%; | |
margin: auto; | |
} | |
ul.gNow { | |
width: 450px; |
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
/* HTML5 eMetro */ | |
html { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
color: #fff; | |
font-size: 18pt; | |
font-family: "Cabin", sans-serif; | |
min-height: 100%; | |
} |
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
/* HTML5 eMetro */ | |
html { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
color: #fff; | |
font-size: 18pt; | |
font-family: "Cabin", sans-serif; | |
min-height: 100%; | |
} |
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 5 Playground | |
*/ | |
body { | |
color: #ffffff; | |
font-size: 30pt; | |
font-family: "Cabin", sans-serif; | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |