While building a webpage with Bootstrap so far, the navbar looks great! While working with content, I added all CDN links in the header and added the .container class in the body.
But the div seems floating to the left. I have tried to set the container to:
margin: 0 auto;
width: 100%;
display: block;
class{text-align: center}
and many others....
How to solve this issue?