Answers for "Background image with linear gradient on body not showing with bootstrap"

CSS
0

Background image with linear gradient on body not showing with bootstrap

body {
  margin: 1px;
  background-image: linear-gradient(to right, #0F2027, #203A43, #2C5364, #2C5364, #203A43, #0F2027);
}
Posted by: Guest on September-02-2021

Code answers related to "Background image with linear gradient on body not showing with bootstrap"

Browse Popular Code Answers by Language