Bootstrap.min.css is overriding everything I write in external CSS files. Inline seems to be the only thing that overrides Bootstrap. Does anyone know how I can use the following CSS script with inline scripting?
@media (min-width:768px){.container{width:80%}}
@media (min-width:992px){.container{width:80%}}
@media (min-width:1200px){.container{width:80%}}