Midterm Excercise 2 จั๊ม-ธนดล
✨ นายธนดล พะโรศิลป์
<html> <head> <title>Exercise 2</title> <style> body{ background-image:linear-gradient(to bottom left, red, yellow); } .pic{ background-image:url("https://media2.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"); min-height:100vh; width:50%; border:10px solid white; } </style> </head> <body> <div class="pic"></div> </body> </html>