Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya0950 authored Apr 10, 2024
1 parent e3181e3 commit 53602c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,27 @@ body {
height: 100%;
}

#Container #Cursor {
width: 2.5vw;
height: 2.5vw;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 100;
font-size: 0.65vw;
font-family: "Gilroy";
color: white;
border-radius: 50%;
border: 0.1vw solid white;
backdrop-filter: blur(25px);
background-color: rgba(255, 255, 255, 0.1529411765);
transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Text Section Starts */

#Container #Top {
Expand Down

0 comments on commit 53602c8

Please sign in to comment.