전체 배경과 댓글 창 소스를 LINK 태그 방식으로 만들기
1. <style> 소스에서
<style>
body, #primaryContent { background-image:
url(https://t1.daumcdn.net/cafeattach/1ZFir/80eafc866300d59ba71de0ce67e32c3facc91d39),
url(https://t1.daumcdn.net/cafeattach/1ZFir/bf5606778bee489a5e99982223d1e47e97e4b826);
background-attachment: fixed;
background-color: #;
background-repeat: no-repeat;
background-position: top 100px right 50px, bottom right;
background-size: 500px, cover;
}
</style>
에서 <style> 과 </style> 를 뺀 아래 부분만 새 메모장에 붙여 넣고
body, #primaryContent { background-image:
url(https://t1.daumcdn.net/cafeattach/1ZFir/80eafc866300d59ba71de0ce67e32c3facc91d39),
url(https://t1.daumcdn.net/cafeattach/1ZFir/bf5606778bee489a5e99982223d1e47e97e4b826);
background-attachment: fixed;
background-color: #;
background-repeat: no-repeat;
background-position: top 100px right 50px, bottom right;
background-size: 500px, cover;
}
아래와 같이 저장함
|
다음검색