Skip to content

Instantly share code, notes, and snippets.

@noisy
Created November 12, 2016 18:08
Show Gist options
  • Save noisy/ed9acff6a3383df07b2efd5a5665b10e to your computer and use it in GitHub Desktop.
Save noisy/ed9acff6a3383df07b2efd5a5665b10e to your computer and use it in GitHub Desktop.
<html>
<style>
body {
background: linear-gradient(to right, black 0%,black 50%,#000000 50%,white 50%,white 100%); /* W3C */
}
h1 {
color: red;
font-size: 160px;
text-align: center;
}
</style>
<body>
<h1>hello world</h1>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment