Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .center-cropped { width: 300px; height: 300px; background-image: url('https://images.unsplash.com/photo-1569878698889-7bffa1896872?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60'); background-position: center center; background-repeat: no-repeat; background-size: cover; } </style> </head> <body> <div class="center-cropped"></div> </body> </html>