background image with linear gradient on body not showing with bootstrap

Solutions on MaxInterview for background image with linear gradient on body not showing with bootstrap by the best coders in the world

showing results for - "background image with linear gradient on body not showing with bootstrap"
Fabien
07 Nov 2019
1body {
2  margin: 1px;
3  background-image: linear-gradient(to right, #0F2027, #203A43, #2C5364, #2C5364, #203A43, #0F2027);
4}
5
similar questions