Hr

<div>
    <hr>
</div>

<style>
    div {
        padding: 1px;
    }
</style>
<div>
    <hr>
</div>

<style>
    div {
        padding:1px;
    }
</style>
/* No context defined. */
  • Content:
    hr {
        color: var(--text);
        border: 1px solid var(--text);
        margin: 45px 0!important;
        margin: var(--title-margin-2) 0!important;
    }
  • URL: /components/raw/hr/hr.demo.css
  • Filesystem Path: src/components/inline-elements/hr/hr.demo.css
  • Size: 142 Bytes

No notes defined.