From 0f77b34350b1906853ae051a7c02ea0ce6d42f01 Mon Sep 17 00:00:00 2001 From: void-the-droid Date: Sun, 3 Dec 2023 21:38:04 +0545 Subject: [PATCH] Done man --- index.js | 23 +++++++++++++++++++++++ style.css | 1 + 2 files changed, 24 insertions(+) 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; }