BAB 6 – BACKGROUND
Background digunakan untuk mengatur latar belakang.
A. Background Color
body{
background-color:lightblue;
}
B. Background Image
body{
background-image:url("gambar.jpg");
}
C. Background Repeat
background-repeat:no-repeat;
D. Background Size
background-size:cover;
Gambar memenuhi layar.
