Skip to content

Commit 0c6ac6a

Browse files
committed
padding corrigido
1 parent ad270ff commit 0c6ac6a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DESAFIOS/010/android.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ <h1>Curiosidades de Tecnologia</h1>
1515
<nav><!--Menu-->
1616
<a href="#">Home</a>
1717
<a href="#">Noticias</a>
18-
<a href="#">Curiosidades</a>
19-
<a href="#">Fale Conosco</a>
18+
<a href="#">Contato</a>
2019
</nav>
2120
<main><!-- Conteúdo principal -->
2221
<article>

DESAFIOS/010/estilo/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ header > p {
5757
padding-right: 10px;
5858
padding-left: 10px;
5959
margin: auto;
60-
margin-bottom: 30px;
60+
padding-bottom: 50px;
6161
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.315);
6262
}
6363
nav{

0 commit comments

Comments
 (0)