เสร็จ
✨ นายธีรภพ โพธิ์เกิด
<html> <body> <img src="https://media.giphy.com/media/OPU6wzx8JrHna/giphy.gif"> </body> </html> <style> body{ display: flex; align-items: center; justify-content: center; background: black; } img{ height: 40vh; border-radius: 50%; box-shadow: 0px 0px 50px hsl(170, 50%, 50%); transition: all 2s; } img:hover{ box-shadow: 0px 0px 100px hsl(170, 100%, 50%); } </style>