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
/** | |
* Anchor orange thing theme | |
*/ | |
ul { list-style: none; } | |
* { box-sizing: border-box; } | |
html, body { height: 100%; } | |
/* --- BODY --- */ | |
body { |
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
/** | |
* Anchor orange thing theme | |
*/ | |
ul { list-style: none; } | |
* { box-sizing: border-box; } | |
html, body { height: 100%; } | |
a { text-decoration: none; } | |
/* --- BODY --- */ |
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
/** | |
* Anchor orange thing theme | |
*/ | |
ul { list-style: none; } | |
* { box-sizing: border-box; } | |
html, body { height: 100%; } | |
a { text-decoration: none; } | |
*::selection { background-color: #ffdaad; } |
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
/** | |
* Anchor orange thing theme | |
*/ | |
ul { list-style: none; } | |
* { box-sizing: border-box; } | |
html, body { height: 100%; } | |
a { text-decoration: none; } | |
*::selection { background-color: #ffdaad; } |
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
/** | |
* Anchor orange thing theme | |
*/ | |
ul { list-style: none; } | |
* { box-sizing: border-box; } | |
html, body { height: 100%; } | |
a { text-decoration: none; } | |
*::selection { background-color: #ffdaad; } |
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
/** | |
* Flipping card | |
*/ | |
.container { | |
height: 450px; | |
width: 300px; | |
perspective: 500px; | |
margin: 100px auto; | |
} |
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
/** | |
* Anchor orange thing theme | |
*/ | |
ul { list-style: none; } | |
* { box-sizing: border-box; } | |
html, body { height: 100%; } | |
a { text-decoration: none; } | |
*::selection { background-color: #ffdaad; } |
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
/* | |
After-pseudo element inherits width | |
*/ | |
div { | |
padding: 25px; | |
font: 100% arial; | |
font-weight: bold; | |
position: relative; | |
display: inline-block; |
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-family: arial; | |
font-size: 1500%; | |
font-weight: bold; | |
text-align: center; | |
} |
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
/* | |
After-pseudo element inherits width | |
*/ | |
body, html { | |
background-image: url(http://localhost/noise-bg.png); | |
margin: 0; | |
} | |
/** --- HEADER --- **/ |