Created
August 17, 2021 00:56
-
-
Save ailtonbsj/d801b127b69d83f6b8ee4ed4e9a68fcd to your computer and use it in GitHub Desktop.
Item de Lista para FabApp
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
<style type="text/css">table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
width: 100%; | |
border: 1px solid #ddd; | |
} | |
th, td { | |
text-align: left; | |
padding: 8px; | |
} | |
tr:nth-child(even) { | |
background-color: #f2f2f2; | |
} | |
iframe { | |
width: 100%; | |
border: 0; | |
height: 350px; | |
} | |
</style> | |
<table border="1" cellpadding="1" cellspacing="1"> | |
<tbody> | |
<tr> | |
<th scope="row">Endereço</th> | |
<td>Rua A, 190</td> | |
</tr> | |
<tr> | |
<th scope="row">Atendente</th> | |
<td>Maria</td> | |
</tr> | |
<tr> | |
<th scope="row">Horário</th> | |
<td>7h as 12h</td> | |
</tr> | |
</tbody> | |
</table> | |
| |
<p><iframe src="https://maps.google.com/maps?width=100%25&height=600&hl=pt-BR&q=-6.404155,-38.874147&t=p&z=18&ie=UTF8&iwloc=B&output=embed" title="map"></iframe></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment