Midterm Excercise 2 (Branch 2612) เสร็จแล้ว
✨ นายนพวรรณ ปักอินทรีย์
<html> <head> <title>Let's Start </title> <style> body { margin: 0; text-align: center; background-image: linear-gradient(to bottom right,yellow, orange); } .content { width: 50vw; border: 10px solid white; } </style> </head> <body> <img class="content" src="https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"/> </body> </html>