forked from M3-Academy/challenge-landing-page
commit mobile.
This commit is contained in:
parent
8336bccea5
commit
264a10d2e8
24
COMMIT_EDITMSG
Normal file
24
COMMIT_EDITMSG
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
# Please enter the commit message for your changes. Lines starting
|
||||||
|
# with '#' will be ignored, and an empty message aborts the commit.
|
||||||
|
#
|
||||||
|
# On branch main
|
||||||
|
# Your branch is up to date with 'origin/main'.
|
||||||
|
#
|
||||||
|
# Changes to be committed:
|
||||||
|
# new file: imagens/Logo-M3Academy.svg
|
||||||
|
# new file: index.html
|
||||||
|
# new file: style.css
|
||||||
|
#
|
||||||
|
# Changes not staged for commit:
|
||||||
|
# modified: index.html
|
||||||
|
# modified: style.css
|
||||||
|
#
|
||||||
|
# Untracked files:
|
||||||
|
# imagens/Group.png
|
||||||
|
# imagens/Vector.png
|
||||||
|
# imagens/coin.png
|
||||||
|
# imagens/computers.png
|
||||||
|
# imagens/shop.png
|
||||||
|
# imagens/telaPc.png
|
||||||
|
#
|
13
config
Normal file
13
config
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[core]
|
||||||
|
repositoryformatversion = 0
|
||||||
|
filemode = false
|
||||||
|
bare = false
|
||||||
|
logallrefupdates = true
|
||||||
|
symlinks = false
|
||||||
|
ignorecase = true
|
||||||
|
[remote "origin"]
|
||||||
|
url = https://gitea.ecommercetools.com.br/Mateus-Farias-Santos/challenge-landing-page-Mateus-Farias.git
|
||||||
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||||
|
[branch "main"]
|
||||||
|
remote = origin
|
||||||
|
merge = refs/heads/main
|
@ -71,6 +71,7 @@
|
|||||||
<img class="imgNote2" src="./imagens/note1.png" alt="">
|
<img class="imgNote2" src="./imagens/note1.png" alt="">
|
||||||
<img class="imgNote2" src="./imagens/note2.png" alt="">
|
<img class="imgNote2" src="./imagens/note2.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="imgDesk3">
|
<div class="imgDesk3">
|
||||||
<img class="imgNote3" src="./imagens/note3.png" alt="">
|
<img class="imgNote3" src="./imagens/note3.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
10
style.css
10
style.css
@ -121,15 +121,16 @@
|
|||||||
}
|
}
|
||||||
.imgDesk3 {
|
.imgDesk3 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height:400px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content:center;
|
justify-content:center;
|
||||||
margin:30px 0px -50px 0px;
|
margin:30px 0px -50px 0px;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
|
background: #E0E0E0;
|
||||||
}
|
}
|
||||||
.backgroundCinza {
|
.backgroundCinza {
|
||||||
background: #E0E0E0;
|
background: #E0E0E0;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 1200px) {
|
@media only screen and (max-width: 1200px) {
|
||||||
.imgDesk1 {
|
.imgDesk1 {
|
||||||
@ -171,7 +172,7 @@
|
|||||||
}
|
}
|
||||||
.card3 {
|
.card3 {
|
||||||
width: 380px;
|
width: 380px;
|
||||||
height: 280px;
|
height: 330px;
|
||||||
display:block;
|
display:block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
@ -185,13 +186,14 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 19px;
|
font-size: 17px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
||||||
}
|
}
|
||||||
.img-card {
|
.img-card {
|
||||||
width:100px;
|
width:100px;
|
||||||
|
height:80px;
|
||||||
padding: 0px 0px 20px 0px;
|
padding: 0px 0px 20px 0px;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 800px) {
|
@media only screen and (min-width: 800px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user