From c79a875fa40b7c045e42b9ee9dcb2d8c9739dba3 Mon Sep 17 00:00:00 2001 From: kullansunil Date: Sat, 19 Oct 2024 10:16:44 +0530 Subject: [PATCH] Create index.html for css gradient Project Title CSS Gradient Generator Project Description A web app that lets users create custom CSS gradients by selecting colors, displaying the gradient in real-time, and generating the corresponding CSS code. Stack HTML CSS JavaScript --- index.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 000000000..a6dd554cd --- /dev/null +++ b/index.html @@ -0,0 +1,82 @@ + + + + + + CSS Gradient Generator + + + +

CSS Gradient Generator

+
+ + + + +
background: linear-gradient(90deg, #ff0000, #0000ff);
+ + + +