---
layout: docs
title: Background
description: null
---

| Class                  | Description                                        |
| ---------------------- | -------------------------------------------------- |
| `background-repeat`    | Applies `background-repeat: repeat;` to element    |
| `background-no-repeat` | Applies `background-repeat: no-repeat;` to element |
| `background-fixed`     | Applies `background-attachment: fixed;` to element |
| `background-cover`     | Applies `background-size: cover;` to element       |
| `background-center`    | Applies `background-position: center;` to element  |
