File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,7 +218,29 @@ body{
218218 margin-top : -50px ;
219219 }
220220 /* Hover effect end */
221-
221+ /*******************************Scrollbar ***********************************/
222+ /* width */
223+ ::-webkit-scrollbar {
224+ width : 7px ;
225+ }
226+
227+ /* Track */
228+ ::-webkit-scrollbar-track {
229+ box-shadow : inset 0 0 5px grey;
230+ border-radius : 10px ;
231+ }
232+
233+ /* Handle */
234+ ::-webkit-scrollbar-thumb {
235+ background : linear-gradient (330deg , # 5D009C , # D40062, # FCB600 ); ;
236+ bor der- radius: 10px;
237+ }
238+
239+ /* Handle on hover */
240+ ::-webkit-scrollbar-thumb : hover {
241+ background : linear-gradient (330deg , # 5D009C , # D40062, # FCB600 ); ;
242+ }
243+ /***********************************Scrollbar end*****************************/
222244 /* #Tablet (Portrait) */
223245 @media only screen and (min-width : 768px ) and (max-width : 1024px ) {
224246 .container {
@@ -256,11 +278,9 @@ body{
256278 }
257279
258280 .image : after {
259- display : none;
260281 cursor : pointer;
261282 }
262283 .image : hover : after {
263- display : none;
264284 cursor : pointer;
265285 }
266286
@@ -299,6 +319,7 @@ body{
299319 .back {
300320 display : none;
301321 }
322+
302323 }
303324
304325
You can’t perform that action at this time.
0 commit comments