I\'m trying to put some extra margin/padding space between columns on my Bootstrap grid layout. I\'ve tried this but I don\'t like the result. Here is my code:
A solution for someone like me when cells got background color
HTML
ababab ab
CSS
.cssBox { background-color: red; margin: 0 10px; flex-basis: calc(50% - 20px); }