Answers for "html background image url"

CSS
125

css background image

background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Posted by: Guest on April-07-2020
0

html img src background

#page {
    background-image: url('http://gianlucaguarini.com/canvas-experiments/jQuery.BlackAndWhite/files/big-img.jpg');
    width: 800px;
    height: 533px;
}
Posted by: Guest on August-04-2021
3

adding background image

body{background-image: url("paper.gif");}
Posted by: Guest on June-28-2020

Browse Popular Code Answers by Language