Midterm Excercise 2 (เสร็จแล้ว)
✨ Ramita Paesathithavorn
<head> <style> body { background-image: linear-gradient(to top left, red, yellow); margin: 0px; } .img { width: 50%; display: block; margin: auto; border: 10px solid white; } </style> </head> <body> <img class="img" src="https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"> </body>