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
/** | |
* 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
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
/** | |
* PlanetSide 2 Menu | |
*/ | |
body { | |
background: blue; | |
} | |
.menu { | |
width: 100px; |
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
/** | |
* z-index of inner element of fixed parent in Chrome not working | |
*/ | |
body { | |
background: white; | |
min-height: 100%; | |
margin: 0; | |
} | |
.div0 { |
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
/* animation-delay games */ | |
@-moz-keyframes delay { | |
from { transform: rotate(90deg); } | |
to { transform: rotate(270deg); } | |
} | |
body { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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:#333; | |
} |