From 62960edeaba24890977900e4f60633a3dcff5713 Mon Sep 17 00:00:00 2001 From: FunnyDoggs <150701373+FunnyDoggs@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:42:16 -0500 Subject: [PATCH] Update index.html --- index.html | 75 +++++++++++++++++++++++++----------------------------- 1 file changed, 34 insertions(+), 41 deletions(-) diff --git a/index.html b/index.html index 67d82fc..1b59614 100644 --- a/index.html +++ b/index.html @@ -44,6 +44,17 @@ float: right; cursor: pointer; } + + /* Resizable handle */ + #resizable-handle { + width: 10px; + height: 10px; + background-color: #008080; + position: absolute; + bottom: 0; + right: 0; + cursor: se-resize; + }
@@ -55,56 +66,38 @@