Midterm Excercise 2 (Branch 3870)
✨ นายธานี ลายธีระพงศ์
<html> <head> <title>eiei</title> </head> <style> body{ margin: 0; text-align:center; background-image: linear-gradient(to bottom right,red,yellow); } .content{ width:50vw; border:10px solid white; } </style> <body> <img class="content" src="https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"/> </body> </html>