How to include a CSS background image

Your video will begin in 10
67 Views
Published
#CSS #tutorial #course

CSS background image tutorial example explained

body{
background-image: url(background.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
}
Category
Bro Code
Tags
CSS background, CSS background-image, CSS course
Be the first to comment