Midterm Excercise 2 (Branch 2864)
✨ นายโชติพัฒน์ บางหลวงหิรัณย์
<html> <head> <style> body{ background-image: linear-gradient(to bottom right, black, red, hsl(35, 100%, 50%)); } img{ position: absolute; width:50vh; border:10px solid white; top: 50%; left: 50%; transform: translate(-50%, -50%); } </style> </head> <body> <img src=https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif> </body> </html>