เสร็จแล้ว
✨ นายภูฟ้า รุจิภาสวัฒน์
<html> <head> <style> body{ padding:0; margin:0; display:flex; flex-direction:column; /* justify-content:center; */ align-items:center; background-image: linear-gradient(to bottom right, #e66465, #9198e5); } .picture{ width:50%; outline: 10px solid white; outline-offset: -10px; } </style> </head> <body> <img src="https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif" class="picture"> </body> </html>