From 2a41ef367842426c11600b3e9c231703e628e597 Mon Sep 17 00:00:00 2001 From: katyazametnina-ops Date: Thu, 18 Jun 2026 16:39:50 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=87?= =?UTF-8?q?=D0=B8=D0=BA=D0=B8=20=D1=81=D0=BE=D0=B1=D1=8B=D1=82=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=201=20=D0=B4=D0=BE=D0=BC=D0=B0=D1=88?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++- styles.css | 5 ++++ 2 files changed, 82 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6f14ae14aa..e8694851ec 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + Проект "Комменты" @@ -66,6 +66,82 @@ diff --git a/styles.css b/styles.css index edc120f8cd..29485044dd 100644 --- a/styles.css +++ b/styles.css @@ -134,4 +134,9 @@ body { .add-form-button:hover { opacity: 0.9; + } + + .error { + background-color: #d32f2f; + } \ No newline at end of file