ทำเสร็จแล้ว (ปอนด์-ภาณุพงศ์ 63070132)
✨ PANUPONG KEAWKAM
<html> <body> <img src="https://media.giphy.com/media/OPU6wzx8JrHna/giphy.gif "> </body> <style> body { width: 100%; height: 100%; position: absolute; background: black; display: flex; align-items: center; } img { height: 40vh; margin: auto; position: relative; background-size: 50% contain; background-repeat: no-repeat; border-radius: 100%; box-shadow: hsla(170, 100%, 50% , 60%) 0px 0px 40px; } img:hover { transition-duration: 1s; box-shadow: hsla(170, 100%, 50% , 100%) 0px 0px 40px; } </style> </html>