http://getbootstrap.com/css/#overview-type-links
And I have seen the solutions here - such as this:
html, body {
width: 100%;
height: 600px;
background:red !important;
}
This isn't working - I need the background for a single page in the application to be all red - I don't want it applied universally - so I need to override the bootstrap.min.css for one page - therefore I cannot specify this color when creating the bootstrap.min.css using there online generator.
Help?