How to setup Multilingual Squarespace website on Squarespace 7.1 website || jishaansinghal https://youtu.be/lTNzO3lkg7g https://www.fiverr.com/s/zW39jqK #multilanguage, #languagechange,#squarespace,#jishaansinghal,#css,#html,#js,#jquery,#squarespacewebsite,#customcode

Image
How to setup Multilingual Squarespace website on Squarespace 7.1 website || jishaansinghal https://youtu.be/lTNzO3lkg7g https://www.fiverr.com/s/zW39jqK #multilanguage , #languagechange , #squarespace , #jishaansinghal , #css , #html , #js , #jquery , #squarespacewebsite , #customcode

Mousemove Eraser Animation with html css and javascript in 2022 source code here | jishaansinghal

 


<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Document</title>

  <style>

*{

margin: 0;

padding: 0;

box-sizing: border-box;

}

body{

  width: 100%;

  height: 100vh;

  background: repeating-linear-gradient(0deg,red 0%, red 50%, green 50%, green 100%),repeating-linear-gradient(90deg,red 0%, red 50%, green 50%, green 100%);

  background-size: 30px 30px;

  background-blend-mode: difference;

  cursor: pointer;

}

span{

  position: absolute;

  display: block;

  width: 150px;

  height: 150px;

  border-radius: 50%;

  pointer-events: none;

  background: url(bg.jpg);

  background-size: cover;

  background-attachment: fixed;

}



  </style>


</head>

<body>

  

  <script>

document.addEventListener("mousemove", function(e){

const body = document.querySelector("body");

const bubbles = document.createElement("span");

bubbles.style.left = -75 + e.offsetX+'px';

bubbles.style.top = -75 + e.offsetY+'px';

body.appendChild(bubbles);

});

  </script>

</body>

</html>



Comments

Popular posts from this blog

how to add a button as a circle button on the Squarespace by jishaansinghal

How to add Follow the cursor GSAP animation on your squarespace 7.0,7.1 website with full source code in 2022 by jishaansinghal

Looking for a Pro Squarespace Expert You came to the right place :)