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
| body { | |
| background-color: #383532; | |
| } | |
| .my-content { | |
| position: relative; | |
| width: 600px; | |
| height:420px; | |
| overflow: hidden; | |
| margin: 2em auto; | |
| white-space:nowrap; |
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
| body { | |
| background-color: #383532; | |
| } | |
| .my-content { | |
| position: relative; | |
| width: 600px; | |
| height:420px; | |
| overflow: hidden; | |
| margin: 2em auto; | |
| white-space:nowrap; |
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
| /* fake 2 colums in one div and separate center using :before | |
| https://gist.github.com/gcyrillus */ | |
| div { | |
| /* preparation visuel facultative pour l'exemple */ | |
| border:ridge 3px; | |
| min-height:200px; | |
| width:410px; | |
| margin:3em auto; | |
| padding:5px; | |
| background:#ddd; |
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
| /* CSS By Gcyrillus find me on facebook or twitter | |
| Send me a message even if it is not | |
| to introduce yourself before requesting friendship :) | |
| have fun with this one ! */ | |
| body { | |
| background:#333; | |
| } | |
| div.menu {width:185px; | |
| background:hsl(20, 13%, 28%); |
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
| /* CSS By Gcyrillus find me on facebook or twitter | |
| Send me a message even if it is not | |
| to introduce yourself before requesting friendship :) | |
| have fun with this one ! */ | |
| body { | |
| background:#333; | |
| } | |
| div {width:185px; | |
| background:hsl(20, 13%, 28%); |
NewerOlder