From bc2bef746649beec628d61744974e53b4421e5fe Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 17 Apr 2025 19:03:01 -0600 Subject: [PATCH] Add gradient picker --- beango/css/beango.css | 4 +- beango/index.html | 38 ++++++- beango/js/beango.js | 242 ++++++++++++++++++++++++++++++++++-------- index.html | 2 +- 4 files changed, 239 insertions(+), 47 deletions(-) diff --git a/beango/css/beango.css b/beango/css/beango.css index 7a54fe6..32f7cfb 100644 --- a/beango/css/beango.css +++ b/beango/css/beango.css @@ -3,7 +3,9 @@ margin-bottom: 0px; } -html { +html, +body { + min-height: 100vh; /* background: linear-gradient(135deg, #ff7e5f, #feb47b); */ /* Modern gradient background */ } diff --git a/beango/index.html b/beango/index.html index 3322cc7..a3474d8 100644 --- a/beango/index.html +++ b/beango/index.html @@ -66,8 +66,44 @@
+ +
+ + +
+
+
- + +
+