Comment on You suck at CSS and that's okay (2022)parentComments−jay_kyburz1ylol.. 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; }−kyleyeatsOP1yBasically the same idea, yep. CASS doesn't use abbreviations or numerals though.
Comments
lol.. I'm not sure what _you_ mean by .vertical-center but I wrote this last weekend for my latest project.
Basically the same idea, yep. CASS doesn't use abbreviations or numerals though.