เสร็จเเล้ว
✨ นายภานุวัฒน์ ก้องจันทร์สว่าง
<html> <head> <style> body{ margin:0; } .bg{ height:100%; width:100%; background-image:linear-gradient(to right bottom,red, blue); display:flex; } .bg_imp{ background-color: pink; } .img{ border:white solid 10px; margin: auto; } </style> </head> <body> <div class = "bg"> <div class = "bg_imp img"> <img src="https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"> </div> </div> </body> </html>