October 2017
Intermediate to advanced
370 pages
8h 57m
English
Let's replace the ugly menu button with a nicer hamburger button that fits in with our design. We can use an inline SVG image for this:
<svg class="sidenav-btn" on="tap:sidenav.open" role="button" tabindex="0" width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30.5 24.5"> <g fill="none" stroke="#fff" stroke-linecap="round"stroke-miterlimit="10" stroke-width="2.5px"> <line x1="1.25" y1="1.25" x2="29.25" y2="1.25"></line> <line x1="1.25" y1="12.25" x2="29.25" y2="12.25"></line> <line x1="1.25" y1="23.25" x2="29.25" y2="23.25"></line> </g></svg>
Read now
Unlock full access