Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyamvadaShah authored Apr 27, 2024
1 parent 0f586a3 commit 6312567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ div12.addEventListener("mouseout",()=>{
});

let div13=document.querySelector("#projects");
div12.addEventListener("mouseover", ()=>{
div13.addEventListener("mouseover", ()=>{
div13.style.fontSize="1.58rem";
div13.style.transitionDuration = "1s";
div13.style.opacity="0.7";
Expand Down

0 comments on commit 6312567

Please sign in to comment.