Created
March 15, 2019 00:00
-
-
Save harllos/53b6cfa46e57ba4c9bc6bd83d47f0811 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
| <body> | |
| <div class='viewport-full relative clip'> | |
| <div class='viewport-twothirds viewport-full-ml relative'> | |
| <div id='map' class='absolute top left right bottom'></div> | |
| <div class='absolute top-ml left z1 w-full w300-ml px12 py12'> | |
| <div class='viewport-third h-auto-ml hmax-full bg-gray-dark round-ml shadow-darken5 scroll-auto'> | |
| <div class='p24 my12 mx12 scroll-auto color-white'> | |
| <h3 class='txt-l txt-bold my6 mx6'>Eleitores RJ 2018</h3> | |
| <h5 class='txt-m txt-bold px12'>Agregar Eleitores:</h5> | |
| <div class='select-container py12' id="select-container"> | |
| <select class='select' id="select-option"> | |
| <option value="sum">sum</option> | |
| <option value="count">count</option> | |
| <option value="avg">avg</option> | |
| <option value="min">min</option> | |
| <option value="max">max</option> | |
| </select> | |
| <div class='select-arrow'></div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment