Skip to content

Instantly share code, notes, and snippets.

@ailtonbsj
Created August 17, 2021 00:56
Show Gist options
  • Save ailtonbsj/d801b127b69d83f6b8ee4ed4e9a68fcd to your computer and use it in GitHub Desktop.
Save ailtonbsj/d801b127b69d83f6b8ee4ed4e9a68fcd to your computer and use it in GitHub Desktop.
Item de Lista para FabApp
<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&ccedil;o</th>
<td>Rua A, 190</td>
</tr>
<tr>
<th scope="row">Atendente</th>
<td>Maria</td>
</tr>
<tr>
<th scope="row">Hor&aacute;rio</th>
<td>7h as 12h</td>
</tr>
</tbody>
</table>
&nbsp;
<p><iframe src="https://maps.google.com/maps?width=100%25&amp;height=600&amp;hl=pt-BR&amp;q=-6.404155,-38.874147&amp;t=p&amp;z=18&amp;ie=UTF8&amp;iwloc=B&amp;output=embed" title="map"></iframe></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment