| <!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