RodrigoJorge #1
BIN
imagens/Group (4).png
Normal file
BIN
imagens/Group (4).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 490 B |
BIN
imagens/Rectangle 15.png
Normal file
BIN
imagens/Rectangle 15.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 362 KiB |
BIN
imagens/facebook-logo.png
Normal file
BIN
imagens/facebook-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 287 B |
BIN
imagens/youtube 2.png
Normal file
BIN
imagens/youtube 2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 351 B |
14
index.html
14
index.html
@ -71,7 +71,7 @@
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="box3">
|
||||
<img src="imagens/Group.png" alt="imagem de dinheiro">
|
||||
<img src="imagens/laptop 1.png" alt="imagem de dinheiro">
|
||||
<figcaption>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. </p>
|
||||
</figcaption>
|
||||
@ -85,7 +85,19 @@
|
||||
</section>
|
||||
<section class="corpoPt6">
|
||||
<h1>Lorem ipsum dolor sit amet</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vulputate sapien non libero faucibus interdum. In eget tincidunt ipsum.
|
||||
Quisque a tellus at lectus blandit tempor. Ut tristique auctor mi eget hendrerit. Curabitur venenatis felis vitae sagittis venenatis.
|
||||
Donec finibus turpis vitae lectus interdum rutrum vitae sed augue.</p>
|
||||
<img src="imagens/Rectangle 15.png" alt="imagem de retangulo">
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<div class="divRodape">
|
||||
<img src="imagens/Group (4).png" alt="icone instagram">
|
||||
<img src="imagens/facebook-logo.png" alt="icone facebook">
|
||||
<img src="imagens/youtube 2.png" alt="icone youtube">
|
||||
</div>
|
||||
<p class="paragrafoRodape">Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
42
style.css
42
style.css
@ -146,3 +146,45 @@ section figure figcaption p{
|
||||
margin-top: 35px;
|
||||
width: 20%;
|
||||
}
|
||||
.corpoPt6{
|
||||
margin-top: 108px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
.corpoPt6 p{
|
||||
font-size: 16px;
|
||||
width: 28%;
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.corpoPt6 h1{
|
||||
font-weight: 600;
|
||||
font-size: 32px;
|
||||
width: 21%;
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
}
|
||||
.corpoPt6 img{
|
||||
width: 71%;
|
||||
}
|
||||
footer{
|
||||
margin-top: 116px ;
|
||||
background: #000000;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.divRodape{
|
||||
margin-top: 38px ;
|
||||
gap: 21.5px;
|
||||
}
|
||||
.paragrafoRodape{
|
||||
color:#BDBDBD;
|
||||
font-style: normal;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 38px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user