css dasar #6 : background

12
background CSS

Upload: sandhika-galih

Post on 12-Feb-2017

328 views

Category:

Education


1 download

TRANSCRIPT

Page 1: CSS Dasar #6 : Background

backgroundCSS

Page 2: CSS Dasar #6 : Background

Background

background-colormengatur warna pada background

background-imagemengatur gambar yang akan digunakan pada background

background-positionmengatur posisi gambar pada background

background-repeatmengatur jenis pengulangan gambar pada background

Page 3: CSS Dasar #6 : Background

background-color

nama warna red, lightseagreen, royalblue, …

hexadecimal #ff0000, #20b2aa, #4169e1, …

rgb rgb(255,0,0), rgb(32,178,170), rgb(65,105,225), …

Page 4: CSS Dasar #6 : Background

background-image

url

Page 5: CSS Dasar #6 : Background

background-image

url

Page 6: CSS Dasar #6 : Background

background-positiontop left

top center top right

center left center center center right bottom left

bottom center bottom right

x% y% x-pos y-pos

Page 7: CSS Dasar #6 : Background

background-repeat

repeat repeat-x repeat-y

no-repeat

Page 8: CSS Dasar #6 : Background

shorthand /CSS background

singkatan

Page 9: CSS Dasar #6 : Background

background: color url() position repeat;

Page 10: CSS Dasar #6 : Background

background: lightgreen url(bg.png) top left no-repeat;

Page 11: CSS Dasar #6 : Background

like

subscribe

share

comment

channel YouTube : webProgrammingUNPAS

Page 12: CSS Dasar #6 : Background

[email protected]

like

subscribe

share

comment