@2trill2code
myrh
@myrhisyoinkedAll comments
- @myrhisyoinked
I prefer to use this method to center container vertically & horizontally
body { display: grid; place-content: center; margin: 0; min-height: 100vh; }
I prefer to use this method to center container vertically & horizontally
body {
display: grid;
place-content: center;
margin: 0;
min-height: 100vh;
}