Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS margin property</title> <style type="text/css"> p { border: 1px solid orange; margin: 25px 25px 5px 50px; width: 150px; } </style> </head> <body> <p class="first">This element set shorthand margin style property.</p> </body> </html>
  Preview Arrow