Midterm Excercise 2 (Copy 4043)
✨ ศุภพล โคตรทม
<html> <head> <title>Let's Start </title> <style> body{ background-image:linear-gradient(to bottom right, purple, blue); margin:100px; } .block{ width:515px; height:400px; padding: 10px; margin: auto; position: static; } .white{ background-color:#fff; } .pic { width: 50%; margin: relative; } </style> </head> <body> <div class="block white"> <div class="pic"> <img src="https://media.giphy.com/media/BXfMQUTvNNBFm/giphy.gif"> </div> </div> </body> </html>