Created
December 13, 2017 20:41
-
-
Save pyfisch/339a41b88e3b794f88be1d9c818ad09e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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