<body>
  <p>Hello World</p>
  <p>I am John Doe</p>
</body>
/* default style */
body {
  background: #fff;
}

/* actual style */
p {
 margin: 10px 0;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.