Skip to content

Instantly share code, notes, and snippets.

@chayn1k
Created December 16, 2011 09:13
Show Gist options
  • Save chayn1k/1485255 to your computer and use it in GitHub Desktop.
Save chayn1k/1485255 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html, body {
height:100%;
}
header.ex{
background: #f00006;
background: linear-gradient(45deg, #f06, yellow);
border-radius: 20%/100%;
border: 5px solid gray;
min-height:50%;
margin-top:50px;
}
<!-- content to be placed inside <body>…</body> -->
<header class='ex'> <header>
{"page":"css","view":"split-vertical"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment