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
/* Shake ton <body> */ | |
html{ | |
height: 100%; | |
background-color: #69c3fb; | |
background-size: contain; | |
background-image: radial-gradient(circle closest-side, #ccebfe 0%, #69c3fb 100%); | |
background-repeat: no-repeat; | |
} |
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
/* Gangnam Style */ | |
html{ | |
min-height: 100%; | |
background-color: #270a52; | |
background-size: contain; | |
background-image: radial-gradient(circle closest-side, #5632b8 0%, #270a52 100%); | |
background-repeat: no-repeat; | |
} | |
html::before, html::after{ |
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
/** | |
* Stylish menu | |
*/ | |
html { | |
height: 100%; | |
} | |
body { | |
background-color: #f06; | |
background-image: linear-gradient(0deg, #f06, yellow); |
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
/** | |
* Disco fever | |
*/ | |
body{ | |
height: 100%; | |
background-color: black; | |
perspective: 700px; | |
} |
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
/** | |
* Contenu centré, sidebar externe | |
*/ | |
#page{ | |
position: relative; | |
width: 400px; | |
min-height: 2000px; | |
margin: 20px auto; | |
background-color: green; |
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
/* Gangnam Style */ | |
html{ | |
min-height: 100%; | |
background-color: #270a52; | |
background-size: contain; | |
background-image: radial-gradient(circle closest-side, #5632b8 0%, #270a52 100%); | |
background-repeat: no-repeat; | |
} | |
html::before, html::after{ |
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
/** | |
* Easter Eggz | |
*/ | |
body{ | |
font-family: "Open Sans", Helvetica, Arial, sans-serif; | |
color: #757575; | |
} | |
h1{ | |
text-align: center; | |
} |
NewerOlder