Spent 4 hours trying to center a div with CSS
I was building my first webpage and wanted a box right in the middle. I tried margin: auto, text-align, flexbox, and nothing worked. Turns out I forgot to set a width on the div, so the browser didn't know what to center. It was such a simple fix after all that time. Has anyone else gotten stuck on something that should have been easy?