forked from M3-Academy/challenge-landing-page
feat(main): adicionei responsividade deskot na primeira section do main
This commit is contained in:
parent
4c8cb44d53
commit
ad7ea46e66
37
index.html
37
index.html
@ -25,32 +25,29 @@
|
|||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<div>
|
<figure>
|
||||||
<figure>
|
<img class="banner" src="./assets/img/banner1.png" alt="banner" />
|
||||||
<img class="banner" src="./assets/img/banner1.png" alt="banner" />
|
</figure>
|
||||||
</figure>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
<div>
|
<div class="info-dolor">
|
||||||
<h1>Lorem IPSUM</h1>
|
<p class="info-title">Lorem IPSUM</p>
|
||||||
<h1>Dolor Sit Amet</h1>
|
<h1>Dolor Sit Amet</h1>
|
||||||
<p>
|
<p class="info-content">
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum.
|
||||||
interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna
|
Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
|
||||||
dui.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
<figure class="info-monitor">
|
||||||
<figure>
|
|
||||||
<img src="./assets/img/img-3monitores.png" alt="" />
|
<img src="./assets/img/img-3monitores.png" alt="" />
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div class="info-card">
|
||||||
<div>
|
|
||||||
|
<div class="info-shop">
|
||||||
<figure>
|
<figure>
|
||||||
<img src="./assets/img/img-shop.png" alt="Imagem de shopping" />
|
<img src="./assets/img/img-shop.png" alt="Imagem de shopping" />
|
||||||
<figcaption>
|
<figcaption>
|
||||||
@ -60,7 +57,7 @@
|
|||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div class="info-bag">
|
||||||
<figure>
|
<figure>
|
||||||
<img src="./assets/img/img-bag.png" alt="Imagem de mochila" />
|
<img src="./assets/img/img-bag.png" alt="Imagem de mochila" />
|
||||||
<figcaption>
|
<figcaption>
|
||||||
@ -70,7 +67,7 @@
|
|||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div class="info-coin">
|
||||||
<figure>
|
<figure>
|
||||||
<img src="./assets/img/img-coin.png" alt="Imagem de dinheiro" />
|
<img src="./assets/img/img-coin.png" alt="Imagem de dinheiro" />
|
||||||
<figcaption>
|
<figcaption>
|
||||||
@ -162,8 +159,8 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<article >
|
<article>
|
||||||
<figure >
|
<figure>
|
||||||
<img class="img-embacada" src="./assets/img/img-embacada.png" alt="Imagem de programação embaçada">
|
<img class="img-embacada" src="./assets/img/img-embacada.png" alt="Imagem de programação embaçada">
|
||||||
</figure>
|
</figure>
|
||||||
</article>
|
</article>
|
||||||
|
106
style.css
106
style.css
@ -4,47 +4,137 @@
|
|||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 2500px) {
|
@media screen and (max-width: 2500px) {
|
||||||
|
|
||||||
.container-header{
|
/* Header */
|
||||||
|
.container-header {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-m3 {
|
.logo-m3 {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 29px 0px;
|
padding: 29px 0px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Banner */
|
||||||
.banner {
|
.banner {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: 76px;
|
||||||
}
|
}
|
||||||
.img-embacada {
|
|
||||||
|
/*Fisrt section */
|
||||||
|
|
||||||
|
.info-dolor {
|
||||||
|
max-width: 40.26%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}.info-title {
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 39px;
|
||||||
|
font-weight: 400px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-align: center;
|
||||||
|
}.info-dolor h1 {
|
||||||
|
font-size: 48px;
|
||||||
|
line-height: 58px;
|
||||||
|
font-weight: 500;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-align: center;
|
||||||
|
}.info-content {
|
||||||
|
margin: 28px 0px 84px 0px;
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Imagem três monitores */
|
||||||
|
|
||||||
|
.info-monitor{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
max-width: 16,35%;
|
||||||
|
justify-content: center;
|
||||||
|
margin-bottom: 179px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Card da primeira section */
|
||||||
|
|
||||||
|
.info-card {
|
||||||
|
max-width:56,90%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.info-shop{
|
||||||
|
max-width: 350px;
|
||||||
|
text-align: center;
|
||||||
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||||
|
}.info-shop img{
|
||||||
|
margin-bottom: 27px;
|
||||||
|
margin-top: 35px;
|
||||||
|
}.info-shop figcaption {
|
||||||
|
line-height: 24px;
|
||||||
|
max-width: 299px;
|
||||||
|
margin-bottom: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-bag{
|
||||||
|
max-width: 350px;
|
||||||
|
text-align: center;
|
||||||
|
margin: 0px 21px;
|
||||||
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||||
|
}.info-bag img {
|
||||||
|
margin-bottom: 27px;
|
||||||
|
margin-top: 35px;
|
||||||
|
}.info-bag figcaption {
|
||||||
|
line-height: 24px;
|
||||||
|
max-width: 299px;
|
||||||
|
margin-bottom: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-coin{
|
||||||
|
max-width: 350px;
|
||||||
|
text-align: center;
|
||||||
|
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
|
||||||
|
}.info-coin img {
|
||||||
|
margin-bottom: 27px;
|
||||||
|
margin-top: 35px;
|
||||||
|
}.info-coin figcaption {
|
||||||
|
line-height: 24px;
|
||||||
|
max-width: 299px;
|
||||||
|
margin-bottom: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img-embacada {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 24px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.container-header{
|
|
||||||
|
/* HEADER */
|
||||||
|
.container-header {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-m3 {
|
.logo-m3 {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 29px 0px;
|
padding: 29px 0px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* BANNER */
|
||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-embacada {
|
.img-embacada {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-laptop {
|
.img-laptop {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -53,9 +143,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 2501px) {
|
@media screen and (min-width: 2501px) {
|
||||||
.container-header{
|
.container-header {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-m3 {
|
.logo-m3 {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 29px 0px;
|
padding: 29px 0px;
|
||||||
@ -66,6 +157,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-embacada {
|
.img-embacada {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user