Histórico da Página
...
| HTML |
|---|
<style>
.btn-playstore {
display: inline-flex;
align-items: center;
gap: 10px;
background-color: #FFF;
color: #fff;
padding: 10px 20px;
border-radius: 8px;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
transition: background 0.3s;
}
.btn-playstore:hover {
background-color: #202020;
}
a {color: #000 !Importante}
.btn-playstore img {
height: 24px;
width: auto;
}
</style> <!-- Troque o link abaixo pelo da sua aplicação -->
<a href="https://play.google.com/store/apps/details?id=com.seuaplicativo" target="_blank" class="btn-playstore">
<img src="https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg" alt="Google Play">
Baixar na Play Store
</a>
|
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas