--- title: Display table centering tags: layout expertise: intermediate firstSeen: 2018-03-30T01:15:54+03:00 lastUpdated: 2020-12-30T15:37:37+02:00 --- Vertically and horizontally centers a child element within its parent element, using `display: table`. - Use `display: table` to make the `.center` element behave like a `
| ` elements.
- Use `text-align: center` and `vertical-align: middle` on the child element to center it horizontally and vertically.
- The outer parent (`.container`) must have a fixed `width` and `height`.
```html
Centered content
|