# CSS Global Styles

## Element styles

All of the below are default element styles.

### Horizontal Rule `<hr>`

If you would like to add a break between content then you can use the pre-styled Horizontal Rule `<hr>` element.

```html
  <hr>
```
