Adiciona o card de informacoes de baixo desktop e mobile
This commit is contained in:
parent
6585ba90f4
commit
beb97bd8d3
BIN
assets/images/bottom-infocard-image.png
Normal file
BIN
assets/images/bottom-infocard-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 447 KiB |
19
index.html
19
index.html
@ -2,7 +2,7 @@
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
@ -111,6 +111,23 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="bottom-infocard">
|
||||
<img class="bottom-infocard-image" src="./assets/images/bottom-infocard-image.png" alt="Banner do Infocard de baixo" />
|
||||
|
||||
<div class="bottom-infocard-text">
|
||||
<h2 class="bottom-infocard-title">Lorem ipsum dolor sit amet</h2>
|
||||
|
||||
<p class="bottom-infocard-description">
|
||||
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>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
@ -125,6 +125,35 @@ body{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bottom-infocard{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 142px 0 180px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.bottom-infocard-image{
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.bottom-infocard-text{
|
||||
max-width: 550px;
|
||||
}
|
||||
|
||||
.bottom-infocard-title{
|
||||
margin-bottom: 18px;
|
||||
line-height: 1;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.bottom-infocard-description{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 414px){
|
||||
.main-banner-desktop, .middle-banner-desktop{
|
||||
display: none;
|
||||
@ -188,8 +217,29 @@ body{
|
||||
.top-infocard-image{
|
||||
width: 100%;
|
||||
max-width: 240px;
|
||||
|
||||
}
|
||||
|
||||
.bottom-infocard{
|
||||
padding: 80px 0 135px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.bottom-infocard-image{
|
||||
width: 100%;
|
||||
max-width: 596px;
|
||||
margin: 0 0 50px;
|
||||
}
|
||||
|
||||
.bottom-infocard-text{
|
||||
padding: 0 26px;
|
||||
}
|
||||
|
||||
.bottom-infocard-title{
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) and (max-width: 1200px) {
|
||||
@ -211,5 +261,13 @@ body{
|
||||
max-width: 520px;
|
||||
margin-right: 70px;
|
||||
}
|
||||
|
||||
.bottom-infocard-image{
|
||||
max-width: 480px;
|
||||
}
|
||||
|
||||
.bottom-infocard-text{
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user