forked from M3-Academy/challenge-landing-page
finalizando meuprojeto.
This commit is contained in:
parent
8806507b5a
commit
99d1cd71e0
@ -3,6 +3,7 @@
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
@ -13,83 +14,134 @@
|
||||
align-items: center;
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.header-logo {
|
||||
width: 100%;
|
||||
height: 43px;
|
||||
}
|
||||
|
||||
.main-banner {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 414px) {
|
||||
.desktop-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.div-image-pc {
|
||||
margin: 15% 0;
|
||||
}
|
||||
|
||||
.image-pc {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.infoboxes-sub-wrapper {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
}
|
||||
.div-infobox{
|
||||
|
||||
width: 96%;
|
||||
height: 70%;
|
||||
.div-infobox {
|
||||
gap: 6%;
|
||||
width: 100%;
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
.imagem-note-wrapper {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.image-note-mobile {
|
||||
width: 50%;
|
||||
gap: 2%;
|
||||
margin: 0.3% 0;
|
||||
flex-direction: row;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.imagem-note {
|
||||
width: 96%;
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
.footer-image {
|
||||
margin: 5%;
|
||||
}
|
||||
|
||||
.text-footer {
|
||||
margin: 5%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: -20px;
|
||||
text-transform: uppercase;
|
||||
line-height: 12px;
|
||||
font-size: 10px;
|
||||
color: #bdbdbd;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 415px) {
|
||||
.mobile-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.div-image-pc {
|
||||
margin: 5% 0;
|
||||
}
|
||||
|
||||
.image-pc {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.infoboxes-sub-wrapper {
|
||||
width: 70%;
|
||||
height: 10%;
|
||||
flex-direction: row;
|
||||
margin: 5% 0;
|
||||
}
|
||||
|
||||
.div-infobox {
|
||||
width: 40%;
|
||||
width: 100%;
|
||||
margin: 5% 0;
|
||||
}
|
||||
|
||||
.image-note-desktop {
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
display: flex;
|
||||
gap: 2%;
|
||||
}
|
||||
|
||||
.imagem-note {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.text-footer {
|
||||
margin: 3% 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: -20px;
|
||||
text-transform: uppercase;
|
||||
line-height: 12px;
|
||||
font-size: 10px;
|
||||
color: #bdbdbd;
|
||||
}
|
||||
}
|
||||
|
||||
.div-title {
|
||||
margin: 5% 0;
|
||||
margin: 15% 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title-one {
|
||||
width: 100%;
|
||||
font-family: 'Inter';
|
||||
@ -101,6 +153,7 @@
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.title-two {
|
||||
width: 100%;
|
||||
font-family: 'Inter';
|
||||
@ -112,6 +165,7 @@
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.title-three {
|
||||
width: 80%;
|
||||
font-family: 'Inter';
|
||||
@ -123,12 +177,14 @@
|
||||
color: #000000;
|
||||
|
||||
}
|
||||
|
||||
.div-image-pc {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.infoboxes-wrapper {
|
||||
margin: 5% 0;
|
||||
display: flex;
|
||||
@ -136,12 +192,14 @@
|
||||
justify-content: space-around;
|
||||
gap: 2%;
|
||||
}
|
||||
|
||||
.infoboxes-sub-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 2%;
|
||||
}
|
||||
|
||||
.div-infobox {
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
@ -154,26 +212,32 @@
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
box-shadow: 0 0 8px #E0E0E0;;
|
||||
box-shadow: 0 0 8px #E0E0E0;
|
||||
;
|
||||
}
|
||||
|
||||
.infobox-image {
|
||||
display: flex;
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.imagem-note-wrapper {
|
||||
gap: 10%;
|
||||
margin: 5% 0;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: space-around;
|
||||
|
||||
background-color: #E0E0E0;;
|
||||
background-color: #E0E0E0;
|
||||
;
|
||||
}
|
||||
|
||||
.imagem-note {
|
||||
width: 100%;
|
||||
margin: 5% 0;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
margin: 5% 0;
|
||||
list-style: none;
|
||||
flex-direction: row;
|
||||
display: flex;
|
||||
@ -198,17 +262,13 @@
|
||||
justify-content: center;
|
||||
color: #000000;
|
||||
}
|
||||
.text-footer{
|
||||
text-transform: uppercase;
|
||||
line-height: 12px;
|
||||
font-size: 10px;
|
||||
color: #bdbdbd ;
|
||||
}
|
||||
|
||||
.icones-footer {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.footer-li {
|
||||
margin: 0 8px
|
||||
}
|
||||
@ -222,6 +282,7 @@
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 414px) {
|
||||
.footer-image {
|
||||
margin-left: 10%;
|
||||
@ -231,3 +292,7 @@
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.icones-footer {
|
||||
margin: 2% 0;
|
||||
}
|
BIN
assets/images/Group.png
Normal file
BIN
assets/images/Group.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/laptop.png
Normal file
BIN
assets/images/laptop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/images/money.png
Normal file
BIN
assets/images/money.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
17
index.html
17
index.html
@ -20,7 +20,8 @@
|
||||
<main>
|
||||
<section>
|
||||
<img class="main-banner desktop-hidden" src="./assets/images/imagem-top.png" alt="Banner Principal Desktop">
|
||||
<img class="main-banner mobile-hidden" src="./assets/images/imagem-top-mobile.png" alt="Banner Principal Mobile">
|
||||
<img class="main-banner mobile-hidden" src="./assets/images/imagem-top-mobile.png"
|
||||
alt="Banner Principal Mobile">
|
||||
</section>
|
||||
|
||||
<section>
|
||||
@ -52,7 +53,7 @@
|
||||
interdum.
|
||||
</div>
|
||||
<div class="div-infobox">
|
||||
<img class="infobox-image" src="./assets/images/gorjeta.png" alt="Logo da compra">
|
||||
<img class="infobox-image" src="./assets/images/coin.png" alt="Logo da compra">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla
|
||||
interdum.
|
||||
</div>
|
||||
@ -92,26 +93,26 @@
|
||||
<div class="infoboxes-wrapper">
|
||||
<div class="infoboxes-sub-wrapper">
|
||||
<div class="div-infobox">
|
||||
<img class="infobox-image" src="./assets/images/loja-online.png" alt="Logo da loja online">
|
||||
<img class="infobox-image" src="./assets/images/money.png" alt="Logo da loja online">
|
||||
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.
|
||||
|
||||
</div>
|
||||
<div class="div-infobox">
|
||||
<img class="infobox-image" src="./assets/images/loja-online.png" alt="Logo da compra segura">
|
||||
<img class="infobox-image" src="./assets/images/coin.png" alt="Logo da compra segura">
|
||||
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.
|
||||
</div>
|
||||
<div class="div-infobox">
|
||||
<img class="infobox-image" src="./assets/images/gorjeta.png" alt="Logo da compra">
|
||||
<img class="infobox-image" src="./assets/images/laptop.png" alt="Logo da compra">
|
||||
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.
|
||||
</div>
|
||||
<div class="div-infobox">
|
||||
<img class="infobox-image" src="./assets/images/gorjeta.png" alt="Logo da compra">
|
||||
<img class="infobox-image" src="./assets/images/Group.png" alt="Logo da compra">
|
||||
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.
|
||||
@ -133,7 +134,8 @@
|
||||
</main>
|
||||
|
||||
<section>
|
||||
<img class="main-banner footer-image desktop-hidden" src="./assets/images/imagem-baixo.png" alt="Banner Principal Desktop">
|
||||
<img class="main-banner footer-image desktop-hidden" src="./assets/images/imagem-baixo.png"
|
||||
alt="Banner Principal Desktop">
|
||||
|
||||
</section>
|
||||
<footer class="page-footer">
|
||||
@ -143,6 +145,7 @@
|
||||
<li class="footer-li"><img src="/assets/images/youtube.png"></i></a></li>
|
||||
</ul>
|
||||
<p class="text-footer">
|
||||
Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00
|
||||
|
||||
</p>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user