Horizontal Rule
The <hr />
tag in HTML stands for horizontal rule and is used to insert a horizontal rule or a thematic break in an HTML page to divide or separate document sections. The <hr />
tag is an empty tag and it does not require an end tag.
Customize hr color
/* Example of how to change the line color */.dnb-hr:after {color: var(--color-ocean-green);}
Something
Something
Something
Horizontal Rule in fullscreen
Use the modifier dnb-hr--fullscreen
to get a full screen rule. You can also set just fullscreen={true}
.
Something
Something
Something