로딩
티스토리 데이터 처리 중입니다.

CSS -background

 CSS -background

background-color : tomato; // 배경색을 토마토색깔 background-imge: url('퓨마.jpg'); //배경이미지 경로지정 background-repeat : repeat; //배경 반복 , no-repeat// 노반복 , repeat-x,y //x축만반복 y축만.....

CSS -background에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.

원문 링크 : CSS -background