Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Added Style for Loader
  • Loading branch information
Yaser-123 authored Jul 6, 2024
1 parent c2d85f8 commit 7873555
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,11 @@ pre code {
color: white !important;
background: rgb(34, 34, 139) !important;
}

#Loader{
background: white url(img/pre-loader.gif) no-repeat center center;
height: 100vh;
width: 100%;
position: fixed;
z-index: 100;
}

0 comments on commit 7873555

Please sign in to comment.