Midterm Excercise 4 (Branch 4590)
✨ นายธานี ลายธีระพงศ์
<html> <head> </head> <style> body{ margin: 0; background:black; display:flex } .sorry{ margin:auto; border-radius:100%; height:40hv; box-shadow:0px 0px 30px 2px hsla(186,100%, 50%, 0.5); transition: all 1s } .sorry:hover{ box-shadow:0px 0px 30px 10px hsla(186,100%, 50%, 1); } </style> <body> <img class = "sorry" src="https://media.giphy.com/media/OPU6wzx8JrHna/giphy.gif " </body> </html>