Skip to content

Commit

Permalink
adding div.div_inicio_botoes
Browse files Browse the repository at this point in the history
  • Loading branch information
TuaneLeao committed Nov 29, 2023
1 parent c426fe3 commit 0e0d98c
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
<img
src="assets/start-img.svg"
alt="Mulher brincando com cachorro"
width="580"
height="580"
class="img-inicio"
/>

<div>
<div class="div-inicio">
<h1>
Garanta uma vida longa e cheia de alegria para o seu melhor amigo
</h1>
Expand All @@ -45,12 +44,17 @@ <h1>
oferecemos uma experiência acolhedora e personalizada, garantindo
o bem-estar, a saúde e a felicidade dos seus animais de estimação.
</p>
<a href="https://wa.me/5522987654321" class="botao" target="_blank"
>Marque uma consulta</a
>
<a href="#clinica" class="botao-transparente"
>Conheça nossa clínica</a
>
<div class="div_inicio_botoes">
<a
href="https://wa.me/5522987654321"
class="botao"
target="_blank"
>Marque uma consulta</a
>
<a href="#clinica" class="botao-transparente"
>Conheça nossa clínica</a
>
</div>
</div>
<img src="assets/shape.svg" alt="" class="shape" />
</section>
Expand Down Expand Up @@ -214,5 +218,4 @@ <h3>A clínica oferece serviços de banho e tosa?</h3>
</div>
<script src="index.js"></script>
</body>

</html>

0 comments on commit 0e0d98c

Please sign in to comment.