Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> #image { height: 200px; width: 200px; background: url("/uploads/media/default/0001/02/55a2f152f59bf42a99b576d44a4578ec9daa0ab6.png"); background-size: 200px 200px; } </style> </head> <body> <h2>Set the size of background image </h2> <div id="image"></div> </body> </html>