I am trying to create a 2 column grid, with literally a 50% with no margins or padding.
How do I achieve this with Bootstrap 3 I tried this but end up with negative
Another option would be to create your own special CSS class for whenever you want to apply the "gutterless" columns..
HTML
Col 1 Col 2
CSS
.no-gutter [class*="-6"] { padding-left:0; }
Demo: http://bootply.com/73960