—-
✨ Pnd
<html> <head> <title>E2 </title> <style> body{ background: linear-gradient(145deg, #ed7bc5 0%, #f3badf 35%, #f3cee6 100%); } .image{ background-image: url("https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"); margin: auto; width: 50%; height: 50%; border-style: solid; border-color: white; border-width: 10px 10px 10px 10px; } </style> </head> <body> <div class="image"></div> </body> </html>