Midterm Excercise 2 (Copy 4081)
✨ นายสรรค์ธกรณ์ วงศ์ศิริภา
<html> <head> <title>Let's Start </title> <style> body{ background-image:linear-gradient(to right bottom, red, yellow); display:flex; } .pic{ background-image: url(https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif); background-size:cover; margin:auto; width:50%; height:50%; border: solid white 10px; } </style> </head> <body> <div class="pic"> </div> </body> </html>