Midterm Excercise 2 (Branch 3562)
✨ นางสาวณัชชา ธีระแนว
<html> <head> <style> body, html{ background-image: linear-gradient(to bottom right, red, yellow); } .box{ position: fixed; text-align: center; width: 100%; } .img{ width: 50%; display: block; margin: auto; border: 10px solid white; } </style> </head> <body> <div class="box"> <img class="img" src="https://media1.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"> </div> </body> </html>