Midterm Excercise 4 (เสร็จ)
✨ นายชัยรวิชญ์ เอี่ยมขจรชัย
<html> <style> body{ display: flex; margin: auto; background:#000000; justify-content: center; align-items: center; } .pattrick{ border-radius: 50%; box-shadow: 0px 0px 50px hsla(182, 10%, 50%, 50%); transition: all 1s; } .pattrick:hover { box-shadow: 0px 0px 50px hsl(182, 60%, 50%); } </style> <img src="https://media4.giphy.com/media/OPU6wzx8JrHna/giphy.gif" class = "pattrick"> </html>