Skip to content

Commit

Permalink
Done man
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuwan214 committed Dec 3, 2023
1 parent a316b39 commit 0f77b34
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,26 @@ gsap.from(".line",{
scale:1.5,
})

gsap.from(".social-handle",{
y:50,
duration:2,
delay:0.5,
opacity:0,
scale:1.5,
})

gsap.from(".aside",{
x:200,
duration:2,
delay:0.5,
opacity:0,
scale:1.5,
})

gsap.from(".left-box ",{
x:200,
duration:2,
delay:0.5,
opacity:0,
scale:1.5,
})
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ button:hover {
}

.left-box > h2 {

font-size: 25px;
display: contents;
}
Expand Down

0 comments on commit 0f77b34

Please sign in to comment.