Latest solutions
Latest comments
- @VelinIliev@pedrotpo
Nice work dude. Just refactor the height of the container and the font on the headings.
- @flemking@pedrotpo
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