Day 11: CSS: Background images-2 & 3
Body{
background-image: url("_____");
background-repeat: no-repeat;
background-position: top right;
background-attachment: scroll;
}
Procedure to add the images in directory-:
1.Move the image to the folder which you are using for your project as shown in image below.
2.Then your image will be shown in the visual studio code directory.
Comments
Post a Comment