forked from M3-Academy/challenge-landing-page
parte3
This commit is contained in:
parent
857f32a2c1
commit
2238ff7a9b
@ -18,12 +18,17 @@ header{
|
||||
display:block;
|
||||
}
|
||||
|
||||
/*Parte01, o banner principal*/
|
||||
.imgbanner{
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*Parte2*/
|
||||
.imgbannerpq{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*Parte2,Parte2, escrito com imagem dos 3 computador*/
|
||||
.parte2{
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
@ -66,8 +71,40 @@ header{
|
||||
padding: 73px 0px 0px;
|
||||
}
|
||||
|
||||
/*Parte3*/
|
||||
/*Parte3, os 3 caixotes*/
|
||||
.tdscaixotes{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, max-content);
|
||||
gap: 21px;
|
||||
justify-content: center;
|
||||
background: #FFFFFF;
|
||||
|
||||
}
|
||||
.cadacaixote{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 350px;
|
||||
margin-bottom: 80px;
|
||||
margin-top: 178px;
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
.imgcaixote{
|
||||
padding: 46px 124px 38px;
|
||||
display: block;
|
||||
margin-bottom: px;
|
||||
}
|
||||
.legendcaixote{
|
||||
padding: 0px 25px 28px;
|
||||
font-family: 'Inter';
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/*Parte4, imagens notebook*/
|
||||
|
||||
|
||||
|
||||
@ -75,8 +112,17 @@ header{
|
||||
/*Modificações para os Varios tamanhos de tela */
|
||||
@media screen and (max-width: 1024px)
|
||||
{
|
||||
/*Parte01, o banner principal*/
|
||||
.imgbanner{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*Modificações Parte 02*/
|
||||
.imgbannerpq{
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*Parte 02*,Parte2, escrito com imagem dos 3 computador*/
|
||||
.tdtextopart2{
|
||||
width: 86%;
|
||||
text-align: center;
|
||||
@ -102,6 +148,13 @@ header{
|
||||
.imgparte2{
|
||||
display: block;
|
||||
padding: 65px 0px 0px;
|
||||
width: 240px;
|
||||
|
||||
}
|
||||
|
||||
/*Parte3,os 3 caixotes*/
|
||||
|
||||
|
||||
|
||||
/*Parte4, imagens notebook*/
|
||||
}
|
BIN
Arquivos Usados/Imagens/Rectangle 9 pq.png
Normal file
BIN
Arquivos Usados/Imagens/Rectangle 9 pq.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 332 KiB |
BIN
Arquivos Usados/Imagens/imagem lojinha.png
Normal file
BIN
Arquivos Usados/Imagens/imagem lojinha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
Arquivos Usados/Imagens/imagem mão com dinheiro.png
Normal file
BIN
Arquivos Usados/Imagens/imagem mão com dinheiro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
Arquivos Usados/Imagens/imagem sacolinha.png
Normal file
BIN
Arquivos Usados/Imagens/imagem sacolinha.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
@ -16,11 +16,12 @@
|
||||
</header>
|
||||
<!--Parte do Conteudo da Page-->
|
||||
<main>
|
||||
<!--Parte do banner principal-->
|
||||
<!--Parte1, o banner principal-->
|
||||
<figure>
|
||||
<img class="imgbanner" src="Arquivos Usados/Imagens/Rectangle 9.png" alt="banner principal - Imagem computaodr">
|
||||
<img class="imgbannerpq" src="Arquivos Usados/Imagens/Rectangle 9 pq.png" alt=" banner principal - Imagem Pequena">
|
||||
</figure>
|
||||
<!--Parte do escrito com imagem do compiutador-->
|
||||
<!--Parte2, escrito com imagem dos 3 computador-->
|
||||
<section class="parte2">
|
||||
<div class="tdtextopart2">
|
||||
<h2 class="subtitlepart2">
|
||||
@ -33,11 +34,32 @@
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
|
||||
</p>
|
||||
</div>
|
||||
<figure class="imgparte2">
|
||||
<img src="Arquivos Usados/Imagens/Imagem 3 computadores.png" alt="Foto dos 3 computadores interligados">
|
||||
<figure>
|
||||
<img class="imgparte2" src="Arquivos Usados/Imagens/Imagem 3 computadores.png" alt="Foto dos 3 computadores interligados">
|
||||
</figure>
|
||||
</section>
|
||||
|
||||
<!--Parte3,os 3 caixotes-->
|
||||
<div class="tdscaixotes">
|
||||
<figure class="cadacaixote">
|
||||
<img class="imgcaixote" src="Arquivos Usados/Imagens/imagem lojinha.png" alt="Imagem lojinha">
|
||||
<figcaption class="legendcaixote">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="cadacaixote">
|
||||
<img class="imgcaixote" src="Arquivos Usados/Imagens/imagem sacolinha.png" alt="Imagem Sacolinha">
|
||||
<figcaption class="legendcaixote">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
<figure class="cadacaixote">
|
||||
<img class="imgcaixote" src="Arquivos Usados/Imagens/imagem mão com dinheiro.png" alt="Imagem Mãozinha com dinheiro">
|
||||
<figcaption class="legendcaixote">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||
</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
<!--Parte4, imagens notebook-->
|
||||
</main>
|
||||
<!--Parte final da Page-->
|
||||
<footer>
|
||||
|
Loading…
Reference in New Issue
Block a user