Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielPereira03 authored May 13, 2024
1 parent f4ca95e commit 9832212
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 2Bintegral-main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ <h2>Pintura</h2>
</main>


<footer class="copyright">

<img src="imagens/icon-carro-ideal.png">
<p>&copy; Copyright Carro Novo - 2024</p>

</footer>




</body>
Expand Down
25 changes: 24 additions & 1 deletion 2Bintegral-main/lavacar.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,27 @@ nav a:hover{
.produtos h2{
font-size: 30px;
font-weight: bold;
}
}

.produtos-descricao{
font-size: 18px;
}

.produtos li:active{
font-size: 40px;
}
.produtos-preco{
font-size: 22px;
font-weight: bold;
margin-top: 10px;
}
footer{
padding: 0px;
text-align: center;
background: black;
}
.copyright{
color: white;
font-size: 13px;
margin: 20px 0 20px;
}

0 comments on commit 9832212

Please sign in to comment.