From 264a10d2e8d920412f85fc27140e82d1e73b348e Mon Sep 17 00:00:00 2001 From: Mateus Farias Santos Date: Tue, 11 Oct 2022 17:46:45 +0000 Subject: [PATCH] commit mobile. --- COMMIT_EDITMSG | 24 ++++++++++++++++++++++++ config | 13 +++++++++++++ index.html | 1 + style.css | 10 ++++++---- 4 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 COMMIT_EDITMSG create mode 100644 config diff --git a/COMMIT_EDITMSG b/COMMIT_EDITMSG new file mode 100644 index 0000000..aec11b1 --- /dev/null +++ b/COMMIT_EDITMSG @@ -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 +# diff --git a/config b/config new file mode 100644 index 0000000..4d56508 --- /dev/null +++ b/config @@ -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 diff --git a/index.html b/index.html index 47ece53..662c8a2 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,7 @@ +
diff --git a/style.css b/style.css index ac7b405..1c940a6 100644 --- a/style.css +++ b/style.css @@ -121,15 +121,16 @@ } .imgDesk3 { width: 100%; + height:400px; display: flex; justify-content:center; margin:30px 0px -50px 0px; padding: 0px 0px 0px 0px; - + background: #E0E0E0; } .backgroundCinza { background: #E0E0E0; - + width: 100%; } @media only screen and (max-width: 1200px) { .imgDesk1 { @@ -171,7 +172,7 @@ } .card3 { width: 380px; - height: 280px; + height: 330px; display:block; text-align: center; background: #FFFFFF; @@ -185,13 +186,14 @@ font-style: normal; font-weight: 400; -font-size: 19px; +font-size: 17px; text-align: center; color: #000000; } .img-card { width:100px; + height:80px; padding: 0px 0px 20px 0px; } @media only screen and (min-width: 800px) {