Skip to content

Instantly share code, notes, and snippets.

@w-perspective
Created January 12, 2019 08:14
Show Gist options
  • Select an option

  • Save w-perspective/ab096ff61ee9adf12e9be3355cfbacec to your computer and use it in GitHub Desktop.

Select an option

Save w-perspective/ab096ff61ee9adf12e9be3355cfbacec to your computer and use it in GitHub Desktop.
Svg diagonal line
<svg version="1.1" viewBox="0 0 100 100" preserveAspectRatio="none">
<path d="M 0 0 V 100 H 100 Z" style="fill: white;"></path>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment