HTML <!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="playemoji.css"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <div class="face"> <div class="eyes"> <div class="eye"></div> <div class="eye"></div> </div> </div> <script> document.querySelector('body').addEventListener('mousemove', eyeball); function eyeball() { var eye = document.querySelectorAll('.eye'); ...
Hello my dear Visitors
My name is Venish Sureliya. I am a student and I am from Junagadh(a city of Gujarat,India).I also edit videos , logos and photos.And i like programming too.
- My main reason of creating blogs is to share my knowledge about technology with others.
Comments