forked from M3-Academy/challenge-landing-page
feat: adicionando BottomBanner para desktop e mobile
também foram adicionados bottomcarddescritpion e o inicio do desenvolvimento do footer
This commit is contained in:
parent
2eccfccc0c
commit
093475cef9
@ -141,10 +141,55 @@ background: #000000;
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
.BotomDescription{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 108px 0 50px;
|
||||||
|
}
|
||||||
|
.BlockText{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 158px;
|
||||||
|
width: 550px;
|
||||||
|
}
|
||||||
|
.BotdescriptionTitlte{
|
||||||
|
width: 420px;
|
||||||
|
height: 39px;
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 40px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.Botdescription{
|
||||||
|
width: 550px;
|
||||||
|
height: 120px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 24px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
.downBannerBox{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 50px 0 106px;
|
||||||
|
}
|
||||||
|
.lastBanner{
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
.footer{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 30px 0;
|
||||||
|
background: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1023px) {
|
@media screen and (max-width: 1023px) {
|
||||||
.MainBannerDesktop{
|
.MainBannerDesktop, .footerDesk{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.TopInfocard{
|
.TopInfocard{
|
||||||
@ -171,6 +216,21 @@ background: #000000;
|
|||||||
max-width: 358px;
|
max-width: 358px;
|
||||||
max-height: 116px;
|
max-height: 116px;
|
||||||
}
|
}
|
||||||
|
.BotomDescription{
|
||||||
|
padding: 50px 32px 87px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.BotdescriptionTitlte{
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
.Botdescription{
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 24px;
|
||||||
|
padding: 0 28px;
|
||||||
|
max-width: 358px;
|
||||||
|
max-height: 116px;
|
||||||
|
}
|
||||||
.Cards{
|
.Cards{
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
padding: 90px 32px ;
|
padding: 90px 32px ;
|
||||||
@ -199,9 +259,14 @@ background: #000000;
|
|||||||
.img3{
|
.img3{
|
||||||
grid-area:img3;
|
grid-area:img3;
|
||||||
}
|
}
|
||||||
|
.BotomDescription{
|
||||||
|
justify-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
.MainBannerMobile{
|
.MainBannerMobile,.footermob{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
BIN
assets/Image/óculos moible.png
Normal file
BIN
assets/Image/óculos moible.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 247 KiB |
BIN
assets/Image/óculos-desktop.png
Normal file
BIN
assets/Image/óculos-desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 362 KiB |
17
index.html
17
index.html
@ -112,7 +112,22 @@
|
|||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
<section class="BotomDescription">
|
||||||
|
<div class="BlockText">
|
||||||
|
<h2 class="BotdescriptionTitlte">Lorem ipsum dolor sit amet</h2>
|
||||||
|
<p class="Botdescription">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>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<figure class="downBannerBox">
|
||||||
|
<img class="footerDesk lastBanner" src="/assets/Image/óculos-desktop.png" alt="Imagem oculos desktop">
|
||||||
|
<img class="footermob lastBanner" src="/assets/Image/óculos moible.png" alt="Imagem oculos mobile">
|
||||||
|
</figure>
|
||||||
</main>
|
</main>
|
||||||
<footer></footer>
|
<footer class="footer">
|
||||||
|
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user