<!DOCTYPE html> <html> <head> <style> div{ width:500px; height:500px; border:1px solid red; margin:80px 40px 20px 10px; } </style> </head> <body> <div> The top margin is 80px. The left margin is 40px. bottom margin of the box is 20px. And the left margin of the box is 10px. </div> </body> </html>
Run
×
Share