I am trying to add padding or margin between columns.
However, whenever I set it in css, the columns end up breaking down.
Here is the HTML and CSS code:
Currently, without any margin, the 3 columns are displayed correctly but with no space between them:
https://i.sstatic.net/fEM8h.png
When I try adding CSS margin, things don't look right:
https://i.sstatic.net/AHoF3.png
If you uncomment the CSS in my code (link provided), you can see the issue that arises.