Skip to content

Instantly share code, notes, and snippets.

@djanix
Created December 8, 2014 22:49
Show Gist options
  • Save djanix/64d2d52996d0d83e0065 to your computer and use it in GitHub Desktop.
Save djanix/64d2d52996d0d83e0065 to your computer and use it in GitHub Desktop.
html - responsive svg polygon
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 1000 20" preserveAspectRatio="none" width="100%" height="20">
<polygon points="0,0 1000,0 500,20" style="fill:#cc3333; stroke: lightgrey; stroke-width: 6;"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment