정보과학 IT
HTML TAG - 게시글에 배경 그림 넣기 (background-image)
물곰탱이
2012. 10. 4. 14:29
HTML TAG - 게시글에 배경 그림 넣기
<style>
body
{ background-image:url(https://t1.daumcdn.net/cfile/cafe/191B13044B3B497C83);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right; }
table { background-color: transparent; }
td { background-color: transparent; }
</style>