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
body { | |
background: white; | |
} | |
.three-column { | |
border: 1px solid red; | |
width: 100%; | |
table-layout: fixed; | |
} |
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
body { | |
background: white; | |
} | |
.three-column { | |
border: 1px solid red; | |
width: 100%; | |
table-layout: fixed; | |
} |
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
body { | |
background: white; | |
} | |
.three-column { | |
border: 1px solid red; | |
width: 100%; | |
table-layout: fixed; | |
} |
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
/** | |
* Emboss Effect for the 4game Security Page | |
*/ | |
body { | |
background-color: #ffdd32; | |
} | |
.comics__paper { | |
position: relative; |
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
/** | |
* Emboss Effect for the 4game Security Page | |
*/ | |
body { | |
background-color: #ffdd32; | |
} | |
.comics__paper { | |
position: relative; |
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
/** | |
* 3D Wheel of Fortune | |
*/ | |
.pers { | |
width: 500px; | |
height: 500px; | |
background: lightblue; | |
perspective: 2000px; | |
perspective-origin: 50% 50%; |
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 | |
*/ | |
html, | |
body { | |
height: 100%; | |
margin: 0; | |
background: #f06; | |
background: linear-gradient(45deg, #f06, 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
/** | |
* Vertical alignment | |
*/ | |
html, | |
body { | |
height: 100%; | |
margin: 0; | |
background: #f06; | |
background: linear-gradient(45deg, #f06, 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
/** | |
* Inline-block/overflow hidden vertical alignment | |
*/ | |
div { | |
width: 20%; | |
margin: auto; | |
border: 1px solid cyan; | |
text-align: center; | |
} |
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
/** | |
* L2 Classic Preorder Page Layout | |
*/ | |
html, body { | |
height: 100%; | |
margin: 0; | |
} | |
.layout { |