Skip to content

Instantly share code, notes, and snippets.

@keusta
Created December 19, 2011 15:52
Show Gist options
  • Save keusta/1497746 to your computer and use it in GitHub Desktop.
Save keusta/1497746 to your computer and use it in GitHub Desktop.
testing gradient
/**
* 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;
}
<!-- content to be placed inside <body>…</body> -->
<div id="coucou">hello world</div>
{"page":"html","view":"split-vertical"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment