Skip to content

Comment on You suck at CSS and that's okay (2022)parent

Comments

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; }

Basically the same idea, yep. CASS doesn't use abbreviations or numerals though.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.