Skip to content

Instantly share code, notes, and snippets.

@pyfisch
Created December 13, 2017 20:41
Show Gist options
  • Select an option

  • Save pyfisch/339a41b88e3b794f88be1d9c818ad09e to your computer and use it in GitHub Desktop.

Select an option

Save pyfisch/339a41b88e3b794f88be1d9c818ad09e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<style>
#foo {
width: 200px;
height: 200px;
border: solid;
background: linear-gradient(to bottom right, transparent 50%, #36c 50%);
background-size: 30px 30px;
background-position: 10px 10px;
}
</style>
<div id="foo"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment