From 9c14c9e9357ce1d0ee041f00ce1af6fa583ac434 Mon Sep 17 00:00:00 2001 From: Deepak PK Date: Thu, 19 Sep 2024 11:41:05 +0530 Subject: [PATCH] usb slideshow landing update --- usbslideshow/index.html | 62 +++++++++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 11 deletions(-) diff --git a/usbslideshow/index.html b/usbslideshow/index.html index 15767fb..c4d5f3a 100644 --- a/usbslideshow/index.html +++ b/usbslideshow/index.html @@ -57,6 +57,39 @@ .btn-orange:hover { background-color: #ea580c; } + .slideshow-container { + position: relative; + max-width: 100%; + margin: auto; + } + .ss { + display: none; + } + .ss.active { + display: block; + } + .prev, .next { + cursor: pointer; + position: absolute; + top: 50%; + width: auto; + padding: 16px; + margin-top: -22px; + color: white; + font-weight: bold; + font-size: 18px; + transition: 0.6s ease; + border-radius: 0 3px 3px 0; + user-select: none; + background-color: rgba(0,0,0,0.8); + } + .next { + right: 0; + border-radius: 3px 0 0 3px; + } + .prev:hover, .next:hover { + background-color: rgba(0,0,0,0.9); + } @@ -127,13 +160,15 @@

FTP Upload

See It in Action

-
- +
+ + +
@@ -170,18 +205,23 @@

Ready to Bring Your Memories \ No newline at end of file