From af304af8d480586da4b8dc9d7c01372ac593e79a Mon Sep 17 00:00:00 2001 From: Zarcolio Date: Thu, 29 Jun 2023 08:46:46 +0200 Subject: [PATCH] Update index.html --- Ducky script creator/index.html | 70 +++++++++++++++------------------ 1 file changed, 32 insertions(+), 38 deletions(-) diff --git a/Ducky script creator/index.html b/Ducky script creator/index.html index ad02e23..02b944d 100644 --- a/Ducky script creator/index.html +++ b/Ducky script creator/index.html @@ -99,14 +99,15 @@ margin-top: 5px; /* Added margin-top to create space */ } - .fixed-footer { + .fixed-header { position: fixed; - bottom: 0; + top: 0; left: 0; width: 100%; background-color: white; padding: 10px; - box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + z-index: 9999; } /* Added a class to style the save button */ @@ -114,27 +115,39 @@ font-family: Arial, sans-serif; font-size: 12px; } + +.container.function { + padding-top: 280px; +} + -
- Function: -
- - - - - - - - - - - - -
+
+ Output: + +
+
+ Function: +
+ + + + + + + + + + + + +
+
+
String:
@@ -217,18 +230,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -236,13 +237,6 @@
- -