#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;
}
Тэги:
#CSS_background #CSS_background-image #CSS_course #CSS_tutorial