-
This HTML and CSS code creates a simple web page with a cartoon face that follows the mouse cursor with its eyes. explanation
-
The HTML structure consists of a div element with the class "face" representing the face of the cartoon character.
-
Inside the "face" div, there is another div with the class "eyes" which contains two "eye" divs and a "nose" div.
-
Each "eye" div is a white circular background with a black "ball" inside, representing the character's eyes.
-
The "nose" div is a brown-colored triangular shape that appears below the eyes.
eye.movement.week-7.mp4
This program currently only eye movement Future improvements in nose and mouth movement using Javascript are other language