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
/** | |
* hanging punctuation | |
*/ | |
html | |
{ | |
font: 1.5em/1.5 Georgia, serif; | |
padding: 4em; | |
} |
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
/** | |
* responsive menu | |
*/ | |
#menu | |
{ | |
position: relative; | |
} | |
#menu h2 |
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
/** | |
* responsive menu | |
*/ | |
#menu | |
{ | |
position: relative; | |
} | |
#menu h2 |
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
/** | |
* heading with inline rounded corners | |
*/ | |
h1 | |
{ | |
background: orange; | |
padding: 0 1em; | |
border-radius: 1em 0 0 0; | |
overflow: hidden; |
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
/** | |
* multicolumn table | |
*/ | |
th, | |
td | |
{ | |
width: 4em; | |
text-align: left; | |
padding: 0; |
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 | |
*/ | |
div | |
{ | |
font: 2em/1 sans-serif; | |
padding: 1em 0; | |
border: 4px solid; | |
width: 8em; |
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 | |
*/ | |
div | |
{ | |
font: 2em/1 sans-serif; | |
padding: 1em 0; | |
border: 4px solid; | |
width: 8em; |
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
/** | |
* workshop: form 2 | |
*/ | |
* | |
{ | |
box-sizing: border-box; | |
} | |
html |
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 | |
*/ | |
* | |
{ | |
box-sizing: border-box; | |
} | |
html |
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
/** | |
* workhop: form | |
*/ | |
* | |
{ | |
box-sizing: border-box; | |
} | |
html |