<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .content { background-color: #0a6aa1; width: 400px; height: 400px; /*padding: 50px;*/ margin: 50px; background-size: 200px 200px; } </style> </head> <body> <div style="width: 600px;height: 600px;background-color: grey;border: 1px solid red"> <div style="height: 200px;width: 200px;background-color: #0a6aa1;margin-top: 1px;"></div> </div> </body> </html>