From 1c8b47e2f7b3878572f5706a25e2403f5ba37ddf Mon Sep 17 00:00:00 2001 From: Rhayllon Date: Mon, 10 Oct 2022 03:56:55 -0300 Subject: [PATCH] Cria o Footer desktop e mobile --- assets/Styles/main.css | 79 ++++++++++++++++++++++--------- assets/images/facebook-icon.png | Bin 0 -> 287 bytes assets/images/instagram-icon.png | Bin 0 -> 492 bytes assets/images/youtube-icon.png | Bin 0 -> 350 bytes index.html | 26 ++++++++++ 5 files changed, 82 insertions(+), 23 deletions(-) create mode 100644 assets/images/facebook-icon.png create mode 100644 assets/images/instagram-icon.png create mode 100644 assets/images/youtube-icon.png diff --git a/assets/Styles/main.css b/assets/Styles/main.css index e35abae..36bc704 100644 --- a/assets/Styles/main.css +++ b/assets/Styles/main.css @@ -125,6 +125,31 @@ body{ text-align: center; } +.page-footer{ + display: flex; + flex-direction: column; + align-items: center; + padding: 38px 0; + background: #000000; +} + +.footer-icons{ + display: flex; + list-style: none; + margin-bottom: 16px; +} + +.footer-icon{ + margin: 0 8px; +} + +.footer-text{ + font-size: 10px; + line-height: 12px; + text-transform: uppercase; + color: #BDBDBD; +} + @media screen and (max-width: 414px) { .main-banner-desktop, .middle-banner-desktop { @@ -159,34 +184,42 @@ body{ font-size: 14px; } -} + .bottom-infocard{ + display: flex; + align-items: center; + justify-content: center; + padding: 142px 0 180px; + } -.bottom-infocard{ - display: flex; - align-items: center; - justify-content: center; - padding: 142px 0 180px; -} + .bottom-infocard-image{ + margin-right: 40px; + } -.bottom-infocard-image{ - margin-right: 40px; -} + .bottom-infocard-text{ + max-width: 550px; + } -.bottom-infocard-text{ - max-width: 550px; -} + .bottom-infocard-title{ + margin-bottom: 18px; + font-weight: 600; + font-size: 32px; + line-height: 1; -.bottom-infocard-title{ - margin-bottom: 18px; - font-weight: 600; - font-size: 32px; - line-height: 1; - -} + } -.bottom-infocard-description{ - font-size: 16px; - line-height: 24px; + .bottom-infocard-description{ + font-size: 16px; + line-height: 24px; + } + + .page-footer{ + padding-bottom: 26px; + } + + .footer-text{ + max-width: 280px; + text-align: center; + } } @media screen and (max-width: 992px) { diff --git a/assets/images/facebook-icon.png b/assets/images/facebook-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..170d82f1e4b9e1ae1ab48c32322545f6531653eb GIT binary patch literal 287 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjoCO|{#S9GG!XV7ZFl!D-1!HlL zyA#8@b22Z19F}xPUq=Rpjs4tz5?O)#EuJopAr*{or#$3rcHn6(Udmk3@|x}Lg1!s9 zR!+Me-CuC!E$~z5d%$AVBz;8v$KwlgjxdW};g@qiq}o^=xJc4qbL+o=qsewbXG3r9 z&i;2`qO#J08@{r= ds5{K0d*5`{q5GU46@l(&@O1TaS?83{1ORa+XaN8K literal 0 HcmV?d00001 diff --git a/assets/images/instagram-icon.png b/assets/images/instagram-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..922af3c195efb1ef541e8bf2493d552949e7c62c GIT binary patch literal 492 zcmVX1^@s6D=Y3@00009a7bBm000XU z000XU0RWnu7ytkO0drDELIAGL9O(c600d`2O+f$vv5yPVKe;3T zfC3`!i5<~lI-K-1Fb7IBxE&g=n|X1%Sc!cQUx_`W;htC%3u!-RS$1S`qns_Q1ZyZg z15!7}2^NC-9=JcTl=i!5wjc@g$pzxM8u3|Tm9!nGWDyamWK@ntPQ_1NcrviK0S*g?Qj%iEypSBjE-`QtuOYlP)|V>D z055k&9x=!R{YQgcpzkP3r|~;v5X*V&u03#V2CDgUvjL5)hyQm`a198RT>Ic`=4vQ$ zo3M-ON$#dy#0#hoSx0;lwkqys%#%*C!!URNX0d_lP~q_YIg26RmyzcSZQ$g7(c3gK zpuZXNE_#!A1>3;8)#wB|3_Jqi2llFHEl0000%hAr*{or(6_lGT>O?o z0%rF@X7@%Ai|NLKe+P@Mf1a`|;{K0!b+?K#FUMRG&}9kucPMIh<>{VBFWfbkR#jQ= zXtA2z$EMZBac8Zx7r*<&^&c!R)L#fV$k%gV$I?oPvI(tgCTx*8oY}Tm)^n0|RPnwA ztEXPp{NK>YVK=qdbyCo@nB=7VmtLQ=wSV!xonprH$0$JcR`%mbYZi7-z5H>RTFO&C z``bUtilUR>&tgTe~DWM4finxz? literal 0 HcmV?d00001 diff --git a/index.html b/index.html index 4518c5c..909577b 100644 --- a/index.html +++ b/index.html @@ -132,5 +132,31 @@ + + \ No newline at end of file