@VelinIlievSubmitted over 3 years ago
All recommendations are welcome.
All recommendations are welcome.
Nice work dude. Just refactor the height of the container and the font on the headings.
How do I center the container more efficiently? Thanks in advance
Use margin to center the container. You should set a value for top-bottom and then set "auto" for left-right, like: "margin: 20px auto"
If you don't need top-bottom margin, you can just set the first value to 0