diff --git a/Ducky script creator/index.html b/Ducky script creator/index.html index 4f30657..c617e67 100644 --- a/Ducky script creator/index.html +++ b/Ducky script creator/index.html @@ -98,6 +98,16 @@ border-radius: 4px; /* Added rounded corners */ margin-top: 5px; /* Added margin-top to create space */ } + + .fixed-footer { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background-color: white; + padding: 10px; + box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); + }
@@ -118,6 +128,7 @@ +