Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicoburns
859 days ago
The simple version is buried halfway down the article, but:
.container { display: grid; place-content: center; }
isn't so bad.
1 comments
mediumsmart
857 days ago
The container is body, does not need a class in the simple version.
link