How to center an entire website?
Hey, it's my first time here. I want to code a blog like website and I want to keep everything in the center, I also want it to be responsive. currently I have nothing in the HTML other than the default stuff, but I'm trying this:
However, I don't know if styling the body is the best option
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
you would probably create a class which you will add to elements that are wrapping your section.
for example if you had something like this:
then you'd add that class to elements such as header, main, section etc... section elements - often called containers.