forked from M3-Academy/challenge-landing-page
111 lines
2.0 KiB
CSS
111 lines
2.0 KiB
CSS
* {
|
|
font-family: 'Inter';
|
|
margin: 0px;
|
|
}
|
|
.menu {
|
|
display:flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width:100%;
|
|
height:101px;
|
|
background:#000000;
|
|
|
|
}
|
|
.img-logo{
|
|
width:226;
|
|
height:43;
|
|
}
|
|
.imgBackground {
|
|
background-image: url("imagens/telaPc.png");
|
|
background-size:100% 100%;
|
|
width:100%;
|
|
height:500px;
|
|
}
|
|
@media only screen and (max-width: 700px) {
|
|
.imgBackground{
|
|
background-image: url("imagens/telaPc.png");
|
|
background-size:100% 100%;
|
|
width:100%;
|
|
height:300px;
|
|
}
|
|
}
|
|
.container {
|
|
width:100%;
|
|
height:auto;
|
|
display:block;
|
|
text-align: center;
|
|
|
|
}
|
|
.text1 {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 32px;
|
|
line-height: 39px;
|
|
text-transform: uppercase;
|
|
color: #000000;
|
|
padding: 70px 0px 0px 0px;
|
|
|
|
}
|
|
.text2 {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 48px;
|
|
line-height: 58px;
|
|
text-transform: uppercase;
|
|
color: #000000;
|
|
padding: 0px 0px 30px 0px;
|
|
}
|
|
.text3 {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 19px;
|
|
line-height: 24px;
|
|
color: #000000;
|
|
|
|
}
|
|
.text4 {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 19px;
|
|
line-height: 24px;
|
|
color: #000000;
|
|
padding: 0px 100px 60px 0px;
|
|
}
|
|
.cardCenter {
|
|
width:100%;
|
|
display:flex;
|
|
justify-content:center;
|
|
padding: 50px 0px 0px 0px;
|
|
flex-wrap: wrap;
|
|
|
|
|
|
}
|
|
.card1 {
|
|
width: 320px;
|
|
height: 280px;
|
|
display:block;
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
|
padding: 50px 0px 0px 0px;
|
|
margin: 20px 20px 0px 0px;
|
|
|
|
}
|
|
.text5 {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
font-size: 19px;
|
|
text-align: center;
|
|
color: #000000;
|
|
|
|
}
|
|
.img-card {
|
|
width:100px;
|
|
padding: 0px 0px 20px 0px;
|
|
} |