---
layout: docs
title: Horizontal Rule
description: null
---

## Example

<hr>

### HTML

```html
<hr>
```

### CSS

```scss
--horizontal-rule-margin: var(--space-s) auto;
--horizontal-rule-height: var(--border-width);
--horizontal-rule-background: var(--border-color);
```
