From f17307e5c0e4961453ea57e4e3d1a42c23c74540 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 26 Aug 2023 14:16:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B6=D0=B8=D0=B2=D0=BE=D1=81=D1=82=D1=8C=20=D0=BA=D0=BD=D0=BE?= =?UTF-8?q?=D0=BF=D0=BA=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Second/Second.js | 11 +++++++---- src/components/Second/style.css | 26 +++++++++++++++----------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/src/components/Second/Second.js b/src/components/Second/Second.js index b6826eb..e3d8059 100644 --- a/src/components/Second/Second.js +++ b/src/components/Second/Second.js @@ -27,19 +27,22 @@ const Second = (props) => { gap:20, alignItems:'center', }}> -

Давайте знакомиться!

-

Пройдите небольшой тест,
чтобы мы подобрали интересные
+

Давайте
знакомиться!

+

Пройдите небольшой тест,
чтобы мы подобрали интересные
для вас мероприятия

- +
) diff --git a/src/components/Second/style.css b/src/components/Second/style.css index e4f2945..ef966da 100644 --- a/src/components/Second/style.css +++ b/src/components/Second/style.css @@ -6,13 +6,13 @@ .main_text{ - font-size: 40px; + font-size: 45px; text-align: center; font-family: "Raleway"; } .text{ - font-size: 20px; + font-size: 18px; color: #6C6C6C; text-align: center; width: 332px; @@ -21,26 +21,30 @@ .btn_first{ width: 231px; height: 61px; - background: #0094FF; - border: #0094FF; + background: #46A2E3; color: #fff; font-size: 24px; + border: none; text-align: center; border-radius: 53px; font-weight: bold; - box-shadow: 0px 4px 4px 0px #0094FF; - - } + +.btn_first:hover { + background-color: #398ac5; +} + .btn_second{ width: 169px; height: 49px; - background: rgb(126, 175, 231,100); + background: #7dc5f8; border: #0094FF; - color: #fff; + color: #ffffff; font-size: 15px; text-align: center; border-radius: 53px; - box-shadow: 0px 4px 4px 0px #C6C6C6; - +} + +.btn_second:hover { + background-color: #398ac5; } \ No newline at end of file