เสร็จเเล้ว
✨ Chinnatad Prommee
<html> <head> <title>Let's Start </title> <style> body{ background: linear-gradient(to bottom, rgb(2,0,36), rgb(9,9,121), rgba(0,212,255)); margin:0px; } .wrap{ text-align:center; width:100%; } .img{ width:50%; margin:auto; border:10px solid white; position:center; } </style> </head> <body> <div class="wrap"> <image class="img" src="https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"></image> </div> </body> </html>