---
layout: docs
title: Display
description: null
---

| Class                  | Description                              |
| ---------------------- | ---------------------------------------- |
| `display-none`         | Sets `display: none;` on element         |
| `display-contents`     | Sets `display: contents;` on element     |
| `display-block`        | Sets `display: block;` on element        |
| `display-inline-block` | Sets `display: inline-block;` on element |
| `display-flex`         | Sets `display: flex;` on element         |
| `display-inline-flex`  | Sets `display: inline-flex;` on element  |
| `display-grid`         | Sets `display: grid;` on element         |
| `display-table`        | Sets `display: table;` on element        |
| `display-table-cell`   | Sets `display: table-cell;` on element   |
