Compare commits
4 Commits
main
...
patrickrei
Author | SHA1 | Date | |
---|---|---|---|
8e0e1696a2 | |||
65878a0e6c | |||
0cff9bd537 | |||
b2046bdca1 |
BIN
Assets/Images/Logo M3 [branco] (4) 1.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
Assets/Images/coin 1.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
Assets/Images/main banner desktop.jpg
Normal file
After Width: | Height: | Size: 825 KiB |
BIN
Assets/Images/main banner mobile.jpg
Normal file
After Width: | Height: | Size: 230 KiB |
BIN
Assets/Images/shop 1.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
Assets/Images/shopping-bag (1) 1.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Assets/Images/top infocard img.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
148
Assets/Styles/main.css
Normal file
@ -0,0 +1,148 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 28px 0;
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.header-logo {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.main-banner-mobile {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.main-banner-desktop {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.top-infocard {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 80px 0 96px
|
||||
}
|
||||
|
||||
.top-infocard-text {
|
||||
max-width: 766px;
|
||||
margin-right: 124px;
|
||||
}
|
||||
|
||||
.top-infocard-subtitulo {
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
line-height: 0px;
|
||||
text-transform: uppercase;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.top-infocard-titulo {
|
||||
margin-bottom: 24px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
font-size: 48px;
|
||||
line-height: 80px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.top-infocard-paragrafo {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.top-cards {
|
||||
padding: 74px 0;
|
||||
gap: 20px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, max-content);
|
||||
background: #FFFFFF;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.top-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 26px 26px 34px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
|
||||
.top-card-img {
|
||||
display: block;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.top-card-description {
|
||||
max-width: 300px;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 414px) {
|
||||
.main-banner-desktop {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.top-cards{
|
||||
grid-template-columns: 1fr;
|
||||
padding: 36px 26px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 415px) {
|
||||
.main-banner-mobile {
|
||||
display:none
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 992px) {
|
||||
.top-infocard {
|
||||
padding: 80px 12px 158px;
|
||||
flex-direction: column;
|
||||
}
|
||||
.top-infocard-text {
|
||||
margin: 0 0 68px;
|
||||
}
|
||||
.top-infocard-subtitulo {
|
||||
font-size: 20px;
|
||||
}
|
||||
.top-infocard-titulo {
|
||||
font-size: 28px;
|
||||
line-height: 60px;
|
||||
}
|
||||
.top-infocard-img {
|
||||
width: 100%;
|
||||
max-width: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 769px) and (max-width: 1200px) {
|
||||
.top-cards{
|
||||
grid-template-columns: repeat(2, max-content);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 993px) and (max-width: 1280px) {
|
||||
.top-infocard-text {
|
||||
max-width: 520px;
|
||||
margin-right: 70px;
|
||||
}
|
||||
}
|
58
index.html
Normal file
@ -0,0 +1,58 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pt-BR">
|
||||
<head>
|
||||
<link rel="stylesheet" href="./Assets/Styles/main.css" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<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="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
|
||||
|
||||
<title>M3 Landing Page</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header">
|
||||
<a href="/">
|
||||
<img class="header-logo" src="./Assets/Images/Logo M3 [branco] (4) 1.png" alt="Logo M3" />
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section>
|
||||
<img class="main-banner-desktop" src="./Assets/Images/main banner desktop.jpg" alt="Imagem de um computador de mesa (desktop)" />
|
||||
<img class="main-banner-mobile" src="./Assets/Images/main banner mobile.jpg" alt="Imagem de um computador de mesa (mobile)" />
|
||||
</section>
|
||||
|
||||
<section class="top-infocard">
|
||||
<div class="top-infocard-text">
|
||||
<h2 class="top-infocard-subtitulo">Lorem ipsum</h2>
|
||||
<h1 class="top-infocard-titulo">dolor sit amet</h1>
|
||||
<p class="top-infocard-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>
|
||||
<img class="top-infocard-img" src="./Assets/Images/top infocard img.png" alt="top infocard">
|
||||
</section>
|
||||
|
||||
<section class="top-cards">
|
||||
<div class="top-card">
|
||||
<img class="top-card-img" src="./Assets/Images/shop 1.png" alt="Imagem shop" />
|
||||
|
||||
<p class="top-card-description" >Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.</p>
|
||||
</div>
|
||||
<div class="top-card">
|
||||
<img class="top-card-img" src="./Assets/Images/shopping-bag (1) 1.png" alt="Imagem shopping" />
|
||||
|
||||
<p class="top-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.</p>
|
||||
</div>
|
||||
<div class="top-card">
|
||||
<img class="top-card-img" src="./Assets/Images/coin 1.png" alt="Imagem coin" />
|
||||
|
||||
<p class="top-card-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.</p>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|