Answers for "css banner"

4

css banner image

<!--How to Make a Banner Image in CSS-->
<!--Add this code in CSS file-->
#bannerimage {
  width: 100%;
  background-image: url(http://s30.postimg.org/x0ne0p5wx/bootsrap.png);
  height: 405px;
  background-color: purple;
  background-position: center;
}

<!--Add this code in HTML file-->
Posted by: Guest on January-02-2022

Browse Popular Code Answers by Language