From 99f2b2183a5fd505c243199481cd4faa913e3159 Mon Sep 17 00:00:00 2001 From: Vimal M <109758195+Vimall03@users.noreply.github.com> Date: Thu, 16 May 2024 10:59:10 +0530 Subject: [PATCH] Fixed issue #148 --- index.html | 20 +++++++++----------- style.css | 40 +++++++++++++++++++++++++++++++++++----- 2 files changed, 44 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 8e9ed95b..2e196cb7 100644 --- a/index.html +++ b/index.html @@ -27,12 +27,14 @@ + + + @@ -93,17 +95,13 @@

RapiDoc

-
+

Welcome to RapiDoc

Your One-stop digital healthcare destination.
Get details about

Download App
-
- -
+








@@ -695,4 +693,4 @@

Daily Newsletter

- + \ No newline at end of file diff --git a/style.css b/style.css index 45aa0dc8..eafabdc1 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,36 @@ h1, h2, h3, h4, h5, h6 { } +/* For Firefox */ +/* width */ +.scrollbar { + scrollbar-width: thin; +} +/* Track */ +.scrollbar { + scrollbar-track-color: #333; +} +/* Handle */ +.scrollbar { + scrollbar-thumb-color: #666; +} + +/* For Webkit browsers (such as Chrome/Safari) */ +/* width */ +::-webkit-scrollbar { + width: 10px; /* width of the scrollbar */ +} + +/* Track */ +::-webkit-scrollbar-track { + background: #333; /* color of the track */ +} + +/* Handle */ +::-webkit-scrollbar-thumb { + background: #666; /* color of the thumb */ +} + /*################----Top Bar----################*/ #topbar { @@ -336,7 +366,7 @@ section { } #home .container { position: relative; - margin-top: 100px; + margin-top: 150px; } #home h1 { @@ -368,9 +398,9 @@ section { background: #3fbcc0a4; } #home video{ - margin-top: -50px; - margin-left: 250PX; - height: 500px; + margin-top: -70px; + margin-left: 50PX; + height: 900px; position: absolute; top: 200px; left: 550px; @@ -1361,4 +1391,4 @@ section { .back-to-top.active { visibility: visible; opacity: 1; -} +} \ No newline at end of file