Use Flexbox in test page
This commit is contained in:
parent
9432ac72e3
commit
e682d2e83a
|
@ -10,8 +10,10 @@
|
|||
|
||||
.center-grid {
|
||||
height: 100vh;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue