<div>
    <h3>This is universal Selectors</h3>
    <p>This is first paragraph</p>
    <p>This is second paragraph</p>
    <p>This is third paragraph</p>
</div>
*{
  color: Red;
  margin: 7px;
  border: 2px solid green;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.