How to center all of the things in all the other things without CSS Grid or Flexbox
In this week’s blog post, I want to cover how to center divs inside of other divs horitontally, vertically, and both horizontally and vertically. You can do this with CSS Grid or Flexbox but I want to go over how to do it with standard CSS.
Continue reading "How to center all of the things in all the other things without CSS Grid or Flexbox"