how to change background color based on screensize bootstrap code example
Example: change bootstrap background color
<style type="text/css">
body { background: navy !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
</style>