Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS margin property</title> </head> <body> <div style="width:250px; margin: 0px auto; background-color: orange;"> <p>This paragraph is display center using margin property.</p> </div> </body> </html>
  Preview Arrow