From 638dfcfa69041fe5105055f9aec919adb9b3ec58 Mon Sep 17 00:00:00 2001 From: Aditya Yadav <108022811+iamaaadddity7977@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:50:20 +0000 Subject: [PATCH] Cleaning comment --- script.js | 5 ----- style.css | 3 --- 2 files changed, 8 deletions(-) diff --git a/script.js b/script.js index 032e25d..0da8573 100644 --- a/script.js +++ b/script.js @@ -77,8 +77,3 @@ document.getElementById("copyIcon").style.display = "inline"; } }) - // copyIcon.onmouseover = () => { - // console.log("Click to Copied"); - // // copyIcon.style.display = "flex"; - // // copyIcon.style.innerHTML = "Click to Copy"; - // }; \ No newline at end of file diff --git a/style.css b/style.css index cd13ed5..97ffcb8 100644 --- a/style.css +++ b/style.css @@ -12,13 +12,11 @@ body { justify-content: center; align-items: center; background: linear-gradient(to right bottom, aqua, blue); - /* background: linear-gradient(to right bottom, #ffa585, #45c5d8); */ font-weight: 600; } .container{ - /* border: 0.5px solid #fff; */ border: 0.5px solid #000; border-radius: 10px; padding: 28px 32px; @@ -26,7 +24,6 @@ body { flex-direction: column; background: transparent; box-shadow: 8px 8px 4px #000, 8px 8px 0px #575757; - /* box-shadow: 8px 8px 4px #909090, 8px 8px 0px #575757; */ } .container h1{