Answers for "can we use a full image in background in css"

CSS
0

how to cover whole webpage by background image in html

background: url(images/bg.jpg) no-repeat center center fixed; 
  background-size: cover;
Posted by: Guest on November-26-2020

Code answers related to "can we use a full image in background in css"

Browse Popular Code Answers by Language