|
|
|
|
|
by jay_kyburz
459 days ago
|
|
lol.. I'm not sure what _you_ mean by .vertical-center but I wrote this last weekend for my latest project. .center { display: flex; justify-content: center; flex-direction: column; text-align:center}
.vcenter { display: flex; justify-content: center; flex-direction: column; }
.hcenter { text-align: center; }
|
|