From 932362af0b814fa6787d29e0e6849bb011ad50e4 Mon Sep 17 00:00:00 2001 From: VITALY-VORON <142410419+VITALY-VORON@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:42:17 +0300 Subject: [PATCH] last --- public/pngwing 7.png | Bin 0 -> 320 bytes src/components/City/City.css | 8 +-- src/components/City/City.js | 3 + src/components/Main/Footer.js | 33 +++++++++ src/components/Main/Header.js | 18 +++-- src/components/Main/Main.js | 122 ++++++++++++++++++++++++++++------ 6 files changed, 153 insertions(+), 31 deletions(-) create mode 100644 public/pngwing 7.png create mode 100644 src/components/Main/Footer.js diff --git a/public/pngwing 7.png b/public/pngwing 7.png new file mode 100644 index 0000000000000000000000000000000000000000..24390c47a0e2187026503670113643018986dac8 GIT binary patch literal 320 zcmeAS@N?(olHy`uVBq!ia0vp^iXhCv1|-9u9Lfh$oCO|{#S9GG!XV7ZFl&wkP>``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&eB{#8#G$B+ufx6`b-m<&Z+*Y9Gs-d)IQ_AM&1 z^8weLuC;3u^mnjHOPePqFP=N~hoDvch`*xw(}OuJ|EY?3@9iz1(L)l&Jx ztVJo=oD1G4O|W`&*+n6;g~QEBL#1Vrh+@{Xa$Boqy#DtmsP)~NC3ko2jf<+aJM1zp zn%`j$)LH(^|Ln_*!**61Umg}-B;Y0asFlgU`OQn-o0~7n=X4vy&Jq6M`MPuQwngma z+Il5@96#O(GqWh|c2-mr5pw#N-?4l7Hy6K>54*+ZnEIEnEqqnOm?-a9e$~f23Ftuv MPgg&ebxsLQ0D_%zX#fBK literal 0 HcmV?d00001 diff --git a/src/components/City/City.css b/src/components/City/City.css index 908d5d0..451068e 100644 --- a/src/components/City/City.css +++ b/src/components/City/City.css @@ -1,11 +1,11 @@ -/* .button-container { +.button-container { display: flex; flex-direction: column; gap: 10px; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; -} */ +} .animated-button { width: 304px; @@ -40,7 +40,7 @@ } -/* .button-container.visible { +.button-container.visible { opacity: 1; transform: translateY(0); -} */ \ No newline at end of file +} \ No newline at end of file diff --git a/src/components/City/City.js b/src/components/City/City.js index 2594065..c1770bc 100644 --- a/src/components/City/City.js +++ b/src/components/City/City.js @@ -93,6 +93,9 @@ const City = (props) => { + {filteredCityOptions.map(option => (