How to prevent margin to overflow in CSS?-Twitter bootstrap
In the following code I notice the last row overflow the parent container. I have tried to use overflow: auto; but this adds scrollbars. How can I avoid the overflow? <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.2/css/bootstrap.min.css"> <style> #a { height: 33%} #b {…