Midterm Excercise 4 (Branch 2763) เสร็จ
✨ นายนพวรรณ ปักอินทรีย์
<html> <head> <title>Let's go</title> </head> <style> body { margin: 0; background: black; display: flex; } .sorry { margin: auto; border-radius: 100%; height: 40vh; 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>