63070054 – เวฟ
✨ elzaphaN TV
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> body{ background-color: black; } img{ height: 40vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; box-shadow: 0px 0px 20px hsl(157, 100%, 50%); transition: 0.5s; } img:hover{ box-shadow: 0px 0px 40px hsl(157, 100%, 50%); } </style> </head> <body> <img src="https://media.giphy.com/media/OPU6wzx8JrHna/giphy.gif "> </body> </html>