Posts

Showing posts from March, 2021

Follow The Cursor | onmousemove addEventListener Javascript

Image
 Follow The Cursor | on mousemove addEventListener Javascript Easy Cursor Follow | on mousemove <! DOCTYPE   html > < html   lang = " en " > < head >    < meta   charset = " UTF-8 " >    < meta   name = " viewport "   content = " width=device-width, initial-scale=1.0 " >    < title > Follow the Cursor </ title >    < style >      body  {        margin :  0 ;        padding :  0 ;        display :  flex ;        align-items :  center ;        justify-content :  center ;        height :  100 vh ;        width :  100 % ;        background-color :  black ;        position :  relative ;        overflow :  hidden ;     }      h1  {        color :  # ffffff ;        font-size :  3 em ;        text-transform :  capitalize ;        font-family :  sans-serif ;     }      #cursor  {        height :  35 px ;        width :  35 px ;        border-radius :  50 % ;        background-color :  transparent ;        b