From 87fbdd38073f7b1f7ef52faacbe79683878119c0 Mon Sep 17 00:00:00 2001 From: ASHWAGANDHUM Date: Sat, 13 Sep 2025 22:32:53 +0800 Subject: [PATCH] implement adding new comment on button click --- index.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++--- styles.css | 4 +++ 2 files changed, 90 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6f14ae14aa..68beec0fe1 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-
@@ -65,7 +67,87 @@ diff --git a/styles.css b/styles.css index edc120f8cd..b3754b9ab0 100644 --- a/styles.css +++ b/styles.css @@ -134,4 +134,8 @@ body { .add-form-button:hover { opacity: 0.9; + } + + .error { + background-color: #ff0000; } \ No newline at end of file