Skip to content

Commit

Permalink
Merge branch 'prakhartiwari0:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikaaaa177 committed Jul 5, 2023
2 parents 021bfac + 9e1cc4e commit 526a9e7
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 123 deletions.
25 changes: 0 additions & 25 deletions css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,28 +97,3 @@ input[type="number"] {
::-webkit-scrollbar-thumb:hover {
background-color: var(--light-green);
}


/* --------------- LOADER --------------- */

.loader {
height: 100vh;
width: 100vw;
position: absolute;
top: 0;
left: 0;
z-index: 100;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
backdrop-filter: blur(2rem);
scroll-behavior: auto;
transition: all 0.2s ease-in-out;
}
.loader > .logo_img2{
height: 50% !important;
animation-name: fidgeting;
animation-duration: 0.5s;
animation-iteration-count: infinite;
}
2 changes: 0 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ body {
background-image: url("../assets/images/Arito_Colors_Cover.png");
background-repeat: no-repeat;
background-size: cover;
overflow-x: hidden;
/* scroll-behavior: smooth; */
}

.front {
Expand Down
Loading

0 comments on commit 526a9e7

Please sign in to comment.