Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created March 12, 2013 13:49
Show Gist options
  • Save aurelkurtula/5143000 to your computer and use it in GitHub Desktop.
Save aurelkurtula/5143000 to your computer and use it in GitHub Desktop.
css half background
/**
* css half background
*/
body{
background:
-webkit-linear-gradient(
left, white, white 50%, #1f2024 50%, #1f2024
);
}
<!-- content to be placed inside <body>…</body> -->
<div>yerf
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment