Skip to content

Instantly share code, notes, and snippets.

@pyfisch

pyfisch/example.html

Created Dec 13, 2017
Embed
What would you like to do?
<!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
You can’t perform that action at this time.