fix(resolução):ajustanto tamanho dos icones do footer e header

também foram feitas os ajustes de resolução nos BottomCards
This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2022-10-13 03:40:49 -03:00
parent 57e060c3e3
commit 79059d4d79
2 changed files with 44 additions and 10 deletions

View File

@ -3,6 +3,10 @@
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Inter', sans-serif;
color: #000000;
}
.Page-Header{
display: flex;
justify-content: center;
@ -13,7 +17,7 @@ background: #000000;
display: block;
width: 100%;
}
.Header-Logo{
.oHeader-Log{
display: block;
}
.TopInfocard{
@ -79,7 +83,6 @@ background: #000000;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
max-width: 300px;
font-size: 16px;
height: 288px;
line-height: 24px;
font-weight: 400;
@ -121,6 +124,7 @@ background: #000000;
gap: 16px;
justify-content: center;
align-items: center;
justify-items: center
}
.bottomcard{
display: flex;
@ -130,13 +134,16 @@ background: #000000;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
padding: 32px 0 0;
max-width: 432px;
height: 332px;
}
.BottomImage{
margin-bottom: 14px;
align-items: center;
}
.imgdescripton{
padding: 0px 32px 65px;
font-weight: 400;
text-align: center;
font-size: 16px;
line-height: 24px;
@ -292,18 +299,21 @@ background: #000000;
}
/* Concertar medidas futuramente */
@media screen and (min-width: 2500px) {
.Header-Logo{
width: 500px;
}
.TopInfocardText{
max-width: 1532px;
height: 364px;
}
.TopInfocardSubtitle{
font-size: 40px;
font-size: 36px;
}
.TopInfocardTitle{
font-size: 60px;
}
.TopInfocardDescription{
line-height: 30px;
line-height: 40px;
font-size: 38px;
}
.ImageTop{
@ -323,7 +333,7 @@ background: #000000;
}
.CardDescription{
font-size: 38px;
line-height: 28px;
line-height: 36px;
}
.BoxText{
display: flex;
@ -346,4 +356,25 @@ background: #000000;
max-width: 746px;
max-height: 242px;
}
.imgdescripton{
font-size: 32px;
line-height: 30px;
}
.bottomcard{
max-width: 900px;
height: 700px;
}
.BottomImage{
width: 180px;
}
.fotimg{
width: 50px;
}
.footerText{
font-weight: 400;
font-size: 20px;
line-height: 12px;
text-transform: uppercase;
color: #BDBDBD;
}
}

View File

@ -1,10 +1,13 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/Css/Styles.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<title>Desafio Landing page</title>
</head>
<body>
@ -136,17 +139,17 @@
<ul class="icons">
<li class="icon" >
<a href="#" target="_blank">
<img src="/assets/Image/instagram.png" alt="icone do instragram">
<img class="fotimg" src="/assets/Image/instagram.png" alt="icone do instragram">
</a>
</li>
<li class="icon">
<a href="#" target="_blank">
<img src="/assets/Image/facebook.png" alt="icone do facebook">
<img class="fotimg" src="/assets/Image/facebook.png" alt="icone do facebook">
</a>
</li>
<li class="icon">
<a href="#" target="_blank">
<img src="/assets/Image/youtube 2.png" alt="icone do youtube">
<img class="fotimg" src="/assets/Image/youtube 2.png" alt="icone do youtube">
</a>
</li>
</ul>