-2

how to use our background in bootstrap? I use Bootsnip site to make my site, but I have to make my site with white background;

Can we use our background in bootstrap? Thank you;

j08691
  • 204,283
  • 31
  • 260
  • 272

2 Answers2

1

You will need to change the 'background-color' attribute of the html body. The color that you are seeing now is defined in one of the minified CSS files you have downloaded. You can override that property to set it to white or a color of your liking. More info: How to override the properties of a CSS class using another CSS class

Community
  • 1
  • 1
Bajal
  • 5,487
  • 3
  • 20
  • 25
0

Yes you can you need to create a css rule and use the background-color: you can also add a image by using background-image:

Worth looking up some of these as they will prove very helpful

Tom Withers
  • 1,171
  • 4
  • 16
  • 28