Midterm Excercise 2 (Branch 2693)
✨ นายวีระวัฒน์ บุญธรรม
<html> <head> <title>aa</title> <style> html{ background:linear-gradient(to bottom right, black,gray,black); height:100%; } #pict{ background-image:url("https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"); width:50%; height:50%; position:relative; border: 10px solid white; margin-left:auto; margin-right:auto; position:relative; }</style> </head> <body> <div id="pict"> </div> </body> </html>