Midterm Excercise 4 (Branch 3655) (Copy 3926)
✨ นายภานุพงศ์ เฉลยรัตน์
<html> <head> <title>Let's Start </title> <style> body{ background:black; justify-content: center; align-items: center; display: flex; } img{ height:40vh; border-radius:100%; } img:hover{ transition: all 1.5s linear; box-shadow:0px 0px 50px hsl(180,100%,50%); } </style> </head> <body> <img src="https://media.giphy.com/media/OPU6wzx8JrHna/giphy.gif"> </body> </html>