This my code. What I\'m trying to do is to get this table at the center of the container. But instead, it aligns to the left by default when I use the "container" clas
Just add a class: text-center in table class.
text-center
...
It's a native class from Bootstrap that permits horizontal align.