I've included bootstrap from CDN, and then my style.css. I want to manipulate the width of .container class, but I don't want it to be fully get attached to the sides. I have read that if I include my custom style.css after the cdn fetch of bootstrap, I can manipulate the bootstrap.
col-md-12 gives me like this:
[ ]
However, I want to expand it a bit more, but not like container-fluid. I just want to expand it horizontally just a little bit on each side. Like this:
[ ]
What is the proper way to achieve this?
Edit:
This is what col-md-12 gives:

