Last active
December 3, 2019 06:07
-
-
Save topleague/2b921cd688928ccf685d40ca28b79508 to your computer and use it in GitHub Desktop.
SVG Path Code for Genesis
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
/* CODE FOR AFTER HERO WIDGET AREA */ | |
<div class="after-hero"> | |
<svg width: 100%; height:auto viewbox="0 0 2444 132"> | |
<path fill="#8b46ff" fill-rule="evenodd" d="M1222 0h1222c-444.13 88-852.127 132-1223.993 132C849.253 132 442.585 88.263 0 .789V0h1222z"></path> | |
</svg> | |
</div> | |
/* CODE FOR BEFORE FOOTER WIDGET AREA */ | |
<div class="before-footer-widget"> | |
<svg width: 100%; height:auto viewbox="0 0 2444 132"> | |
<path fill="#eee" fill-rule="evenodd" d="M1222 0h1222c-444.13 88-852.127 132-1223.993 132C849.253 132 442.585 88.263 0 .789V0h1222z"></path> | |
</svg> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment