diff --git a/index.js b/index.js index bf15c7d..3b674b5 100644 --- a/index.js +++ b/index.js @@ -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, +}) \ No newline at end of file diff --git a/style.css b/style.css index a6292e1..d636277 100644 --- a/style.css +++ b/style.css @@ -204,6 +204,7 @@ button:hover { } .left-box > h2 { + font-size: 25px; display: contents; }