From 594107efb97b4ee48d803d8ea14cea46c9a49e6e Mon Sep 17 00:00:00 2001 From: Jester Date: Mon, 19 Jan 2026 11:43:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D1=80=D0=B0=D1=81=D1=8F=D0=B2=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/auth.css | 14 ++++++++++++++ index.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- login.html | 15 ++------------- 3 files changed, 66 insertions(+), 15 deletions(-) create mode 100644 css/auth.css diff --git a/css/auth.css b/css/auth.css new file mode 100644 index 0000000..f992f5c --- /dev/null +++ b/css/auth.css @@ -0,0 +1,14 @@ +.btn-primary { + width: 100%; + padding: 10px 12px; + border: none; + border-radius: 8px; + background: #3b82f6; + color: #fff; + font-size: 15px; + cursor: pointer; + transition: background 0.2s; +} +.btn-primary:hover { + background: #2563eb; +} diff --git a/index.html b/index.html index e9f0633..3d64776 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,59 @@ + + Личный кабинет + + -
- +
+
+
+ +
+