Grid CSS Centered content

HTML
<div>Hello world</div>
CSS
body { display: grid; place-items: center; height: 100vh; }
JAVASCRIPT
Expand for more options Login