เสร็จแล้ว อภิรัฐ จำนงค์รัตน์ 63070185 ex4
✨ APIRAT JAMNONGRAT
<html> <head> <title>Let's Start </title> <style> body{ margin:auto; width:100%; background-color:black; display: flex; justify-content: center; align-items: center; } img{ display:inline-block; text-align:center; height:40vh; border-radius: 100%; box-shadow:0 0 25px hsla(150,75%,70%,1); transition-duration:2s; } img:hover{ box-shadow:0 0 70px hsla(150,90%,40%,1) } } </style> </head> <body> <div class="img"> <img src="https://media.giphy.com/media/OPU6wzx8JrHna/giphy.gif?fbclid=IwAR1Lhhy1VLv2XtiYE1oC2BfGPUfIkNWb1doQ8SmD5YtyPOiK9VDkcTbbzhM"> </div> </body> </html>