Created
December 19, 2011 15:52
-
-
Save keusta/1497746 to your computer and use it in GitHub Desktop.
testing gradient
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
/** | |
* testing gradient | |
*/ | |
#coucou{ | |
padding:20px; | |
color:#171717; | |
background: grey; | |
background: linear-gradient(270deg, grey, lightgrey); | |
height:600px; | |
margin-top:50px; | |
font-family:arial; | |
font-size:36px; | |
} |
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
<!-- content to be placed inside <body>…</body> --> | |
<div id="coucou">hello world</div> |
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
{"page":"html","view":"split-vertical"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment