Skip to content

Instantly share code, notes, and snippets.

@pyfisch
Created April 29, 2017 21:23
Show Gist options
  • Save pyfisch/dce1bf03a4d19ac7f4384fa795088810 to your computer and use it in GitHub Desktop.
Save pyfisch/dce1bf03a4d19ac7f4384fa795088810 to your computer and use it in GitHub Desktop.
<!doctype html>
<style>
#gradient {
width: 400px;
height: 200px;
background-image: linear-gradient(to right, black 0%, red 80%, blue 80%);
}
</style>
<div id="gradient"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment