QuickSnip
Browse
Tags
+ New
← Back to snippet
Edit snippet
Title
Description
(optional)
Center a child element both horizontally and vertically.
Language
JavaScript
TypeScript
JSX
TSX
Python
Go
Rust
Bash
SQL
CSS
HTML
JSON
YAML
Markdown
Tags
Loading tags…
Code
.center { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
Update snippet
Cancel