CSS centering margin:0 auto, not working
问题 I'm having a problem with margin:0 auto; I'm pretty sure the solution is simple but I'm just doing something wrong. This is my first website that I'm creating on my own, and I'm having some problems centering different blocks. First problem I had with content not being centered its a parent of h2 selector class and article classes. The margin:0 auto; is not doing anything. I added margin:0 auto; to content h2 and it started to work. Its hard for me to explain it since I don't understand it