patrickreischallenge #1
BIN
assets/Images/mid-card-centro.png
Normal file
BIN
assets/Images/mid-card-centro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/Images/mid-card-direita.png
Normal file
BIN
assets/Images/mid-card-direita.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/Images/mid-card-esquerda.png
Normal file
BIN
assets/Images/mid-card-esquerda.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 962 B |
@ -1,107 +1,132 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
color: #000000;
|
||||
|
||||
font-family: "Inter", sans-serif;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
padding: 29px 0;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
background: #000000;
|
||||
|
||||
padding: 29px 0;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.logo-cima {
|
||||
display: block;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.banner-principal {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.infocard-cima {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.top-paragrafo {
|
||||
text-align: left;
|
||||
max-width: 766px;
|
||||
margin-top: 28px;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: left;
|
||||
max-width: 766px;
|
||||
margin-top: 28px;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.top-titulo-h2 {
|
||||
text-align: center;
|
||||
margin-top: 73px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
text-transform: uppercase;
|
||||
|
||||
text-align: center;
|
||||
margin-top: 73px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.top-titulo-h1 {
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
font-size: 48px;
|
||||
line-height: 58px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.top-img {
|
||||
margin: 73px 0 179px;
|
||||
}
|
||||
|
||||
.infocard-meio {
|
||||
padding: 80px 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, max-content);
|
||||
gap: 20px;
|
||||
justify-content: center;
|
||||
}
|
||||
.card-meio {
|
||||
padding: 27px 27px 36px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.cards-do-meio {
|
||||
display: block;
|
||||
margin-bottom: 27px;
|
||||
}
|
||||
|
||||
.paragrafos-meio {
|
||||
max-width: 299px;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 820px) {
|
||||
.top-titulo-h2 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.top-titulo-h1 {
|
||||
font-size: 28px;
|
||||
line-height: 34px;
|
||||
height: 49px;
|
||||
}
|
||||
|
||||
.top-paragrafo {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
max-width: 357px;
|
||||
width: 96%;
|
||||
height: 115px;
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
font-size: 48px;
|
||||
line-height: 58px;
|
||||
text-transform: uppercase;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.top-img {
|
||||
width: 239px;
|
||||
height: auto;
|
||||
margin: 65px 0 90px;
|
||||
}
|
||||
}
|
||||
|
||||
.img {
|
||||
margin-top: 73px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.top-titulo-h2 {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.top-titulo-h1 {
|
||||
font-size: 28px;
|
||||
line-height: 34px;
|
||||
height: 49px;
|
||||
}
|
||||
|
||||
.top-paragrafo {
|
||||
max-width: 357px;
|
||||
width: 96%;
|
||||
height: 115px;
|
||||
text-align: center;
|
||||
margin: 0 auto ;
|
||||
}
|
||||
|
||||
.img {
|
||||
width: 239px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width:414px) {
|
||||
.banner-principal-desktop{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 414px) {
|
||||
.banner-principal-desktop {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 415px) {
|
||||
.banner-principal-mobile{
|
||||
display: none;
|
||||
}
|
||||
.banner-principal-mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
125
index.html
125
index.html
@ -1,38 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>M3 Challenge - Patrick Reis</title>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>M3 Challenge - Patrick Reis</title>
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
|
||||
<link rel="stylesheet" href="./assets/Styles/main.css">
|
||||
</head>
|
||||
<link rel="stylesheet" href="./assets/Styles/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header">
|
||||
<a href="index.html">
|
||||
<img
|
||||
class="logo-cima"
|
||||
src="./assets/Images/Logo-M3Academy1.png"
|
||||
alt="Logo M3 Academy"
|
||||
/>
|
||||
</a>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<img
|
||||
class="banner-principal banner-principal-desktop"
|
||||
src="./assets/Images/banner-principal-desktop.jpg"
|
||||
alt="Banner principal desktop"
|
||||
/>
|
||||
<img
|
||||
class="banner-principal banner-principal-mobile"
|
||||
src="./assets/Images/banner-principal-mobile.jpg"
|
||||
alt="Banner principal mobile"
|
||||
/>
|
||||
</section>
|
||||
|
||||
<body>
|
||||
<header class="page-header">
|
||||
<a href="index.html">
|
||||
<img class="logo-cima" src="./assets/Images/Logo-M3Academy1.png" alt="Logo M3 Academy" />
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section>
|
||||
<img class="banner-principal banner-principal-desktop" src="./assets/Images/banner-principal-desktop.jpg" alt="Banner principal desktop">
|
||||
<img class="banner-principal banner-principal-mobile" src="./assets/Images/banner-principal-mobile.jpg" alt="Banner principal mobile">
|
||||
</section>
|
||||
|
||||
<section class="infocard-cima">
|
||||
<div class="top-texto">
|
||||
<h2 class="top-titulo-h2">Lorem ipsum</h2>
|
||||
<h1 class="top-titulo-h1">dolor sit amet</h1>
|
||||
<p class="top-paragrafo">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui. </p>
|
||||
</div>
|
||||
<div>
|
||||
<img class="img" src="./assets/Images/infocard-cima.png" alt="Infocard de cima">
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<section class="infocard-cima">
|
||||
<div class="top-texto">
|
||||
<h2 class="top-titulo-h2">Lorem ipsum</h2>
|
||||
<h1 class="top-titulo-h1">dolor sit amet</h1>
|
||||
<p class="top-paragrafo">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras
|
||||
euismod enim non dui fringilla interdum. Curabitur ut tortor sed
|
||||
lacus egestas vulputate vel sit amet velit. Nulla suscipit magna
|
||||
dui.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<img
|
||||
class="top-img"
|
||||
src="./assets/Images/infocard-cima.png"
|
||||
alt="Infocard de cima"
|
||||
/>
|
||||
</div>
|
||||
</section>
|
||||
<section class="infocard-meio">
|
||||
<div class="card-meio">
|
||||
<img
|
||||
class="cards-do-meio"
|
||||
src="./assets/Images/mid-card-esquerda.png"
|
||||
alt="Inforcard da esquerda"
|
||||
/>
|
||||
<p class="paragrafos-meio">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras
|
||||
euismod enim non dui fringilla interdum.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-meio">
|
||||
<img
|
||||
class="cards-do-meio"
|
||||
src="./assets/Images/mid-card-centro.png"
|
||||
alt="Infocard do centro"
|
||||
/>
|
||||
<p class="paragrafos-meio">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras
|
||||
euismod enim non dui fringilla interdum.
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-meio">
|
||||
<img
|
||||
class="cards-do-meio"
|
||||
src="./assets/Images/mid-card-direita.png"
|
||||
alt="Infocard da direita"
|
||||
/>
|
||||
<p class="paragrafos-meio">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras
|
||||
euismod enim non dui fringilla interdum.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user