//the following example selects all <p> elements that are siblings of <div> elements div ~ p { background-color: yellow; }
Selects all elements that are siblings of a specified element.
Clickable & Draggable!