<div class="classid">
     <h3>This is Adjacent Sibling Selector</h3>
     <p>This is first paragraph</p>
     <p>This is second paragraph</p>
     <p>This is third paragraph</p>
        </div>
h3 + p {
color: #03C6C7;
 border: 2px solid orange;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.