เสร็จแล้ว
✨ Thanawat Jantawong
<html> <head> <title>Let's Start </title> <style> html{ display: flex; align-items:center; justify-content:center; } body{ position:absolute; padding:-10px; margin:0; background: linear-gradient(135deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); width:50%; } .media{ outline: 10px solid #fff; outline-offset: -10px; } img{ width:100%; } </style> </head> <body> <div class="media"><img src="https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"></div> </body> </html>