From eb67d961d9fad2aae3e96bc6a3ba02a14a5c0f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=91=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D1=81=D0=BA=D0=B0=D1=8F?= Date: Wed, 1 May 2024 16:44:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D1=83=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D1=85=D0=BE=D0=B4=D0=B0=20=D0=BD=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8E,=20=D0=BD=D0=BE=20=D0=BE=D0=BD=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Home/Index.cshtml | 8 +++++- .../wwwroot/css/site.css | 27 +++++++++++++++---- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Index.cshtml b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Index.cshtml index f2d39dd..97c003f 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Index.cshtml +++ b/Polyclinic/PolyclinicWebAppSuretor/Views/Home/Index.cshtml @@ -3,7 +3,13 @@ }
-

Привет, недобро пожаловать >:\

+
+

Привет, недобро пожаловать >:\

+ + Ну заходи что-ли... + + @* *@ +
diff --git a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css index 3595f39..a059aa7 100644 --- a/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css +++ b/Polyclinic/PolyclinicWebAppSuretor/wwwroot/css/site.css @@ -144,6 +144,12 @@ body { height: 40vh; } +.button-save-list-courses:hover { + color: white; + background-color: rgb(60, 53, 7); + transform: scale(1.2); +} + .button-save-list-courses { width: 20vh; height: 8vh; @@ -153,8 +159,19 @@ body { box-shadow: 0px 4px 8px rgb(60, 53, 7); /* , , , */ } - .button-save-list-courses:hover { - color: white; - background-color: rgb(60, 53, 7); - transform: scale(1.2); - } +.button-entrance:hover { + color: white; + background-color: rgb(218, 80, 80); + transform: scale(1.1); +} + +.button-entrance { + color: white; + width: 20vh; + height: 8vh; + background-color: rgb(218, 80, 80); + box-shadow: 4px 4px 8px rgb(218, 80, 80); + transition: transform 0.3s; +} + + \ No newline at end of file