over 9 years ago
How to create background of two colors.
In bootstrap we can create background of two colors with the help of gradient.You can also specify the angle os standard two color.
- #gradient > .vertical(#333; #000);
- #gradient > .horizontal(#333; #000);
- #gradient > .radial(#333; #000);
- #gradient > .directional(#333; #000; 45deg);
#gradient > .vertical(#333; #000); #gradient > .horizontal(#333; #000); #gradient > .radial(#333; #000); #gradient > .directional(#333; #000; 45deg);
0 Comment(s)