Botão começe já, direcionamento
Esse commit vem como objetivo, de transformar o botão num "botão link", para fazer o direcionamento para a página produtos.php
This commit is contained in:
parent
d567d618c4
commit
b7623ad701
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
|||
<img src="img/banner.png" class="img-fluid img-thumbnail img-lg bannerSite" alt="Imagem responsiva" />
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
<button class="btn btn-primary buttonBanner mx-auto" type="button">
|
||||
<a class="btn btn-primary buttonBanner mx-auto" href="produtos.php" type="button">
|
||||
Comece já
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue