Format dasar:
background: url('paper.gif') yellow no-repeat;Sub bagian dari Background:
- background-attachment. Nilainya
- Scroll
- Fixed
- inherited
- background-color. Nilainya
- yellow;
- #00ff00;
- rgb(255,0,255);
- background-image. nilainya : url(xxxx.gif );
- background-position. nilainya
- left top
- left center
- left bottom
- right top
- right center
- right bottom
- center top
- center center
- center bottom
- x% y%
- xpos ypos
- inherit
- background-repeat. Nilainya
- repeat;
- repeat-x;
- repeat-y;
- no-repeat;
- inherit
- background-clip dan -webkit-background-clip
- border-box;
- padding-box;
- content-box;
- background-origin. Nilai
- border-box;
- padding-box;
- content-box;
- background-size
- 60px 80px = ukuran gambar
- 12% 18% = persentase ke lebar
- cover = ukuran sebesar lebar
- contain = setinggi layar
Tidak ada komentar:
Posting Komentar