From 300cde1217d2e5c1960ff9f02d046843d280cdcd Mon Sep 17 00:00:00 2001 From: Lea Date: Sat, 25 Mar 2023 23:05:43 +0100 Subject: [PATCH] Add warning and transitionless gradient --- index.css | 4 ++++ index.html | 8 +++++--- index.js | 45 ++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 51 insertions(+), 6 deletions(-) diff --git a/index.css b/index.css index 9cc261c..54a6398 100644 --- a/index.css +++ b/index.css @@ -15,3 +15,7 @@ body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 500; } + +#output_error { + color: red; +} diff --git a/index.html b/index.html index cdf6de0..0aa6ce5 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@

This is a preview of your gradient.

+

Gradient type

@@ -25,10 +26,11 @@
-
- -
+
+
+ +