Skip to content

Commit

Permalink
Cleaning comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaaadddity7977 committed Dec 30, 2024
1 parent 296210a commit 638dfcf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
// };
3 changes: 0 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,18 @@ 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;
display: flex;
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{
Expand Down

0 comments on commit 638dfcf

Please sign in to comment.