hr
element represents a paragraph-level thematic break, e.g. a
scene change in a story, or a transition to another
topic within a section of a reference book.
hr
element represents a paragraph-level thematic break, e.g. a
scene change in a story, or a transition to another
topic within a section of a reference book.
<div class="content example"> <hr> </div>
.example~.example hr { border: 0.5rem solid green; border-radius: 5px; }