집꾸미기
2021. 6. 22.

배너넣기

<a href="http://상대의 갠홈 주소/" target="_blank"><img src="배너 이미지 주소"></a>

 

폰트변경

https://suriya.tistory.com/17?category=912185 

 

마우스 커서

https://www.cursors-4u.com/cursor/2006/05/01/nat258.html

 

마우스 커서 효과

http://www.mf2fm.com/rv/dhtmlbubblecursor.php

 

[CSS] 드래그 시 블러처리

/* 드래그 시 블러처리 */

::selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #000; 
  transition: all 250ms ease-in; 

 

유튜브 동영상 자동실행 소스

https://amango.tistory.com/24

자동재생 코드(키값뒤)

?rel=0&amp;autoplay=1&amp;loop=1;playlist=유튜브 문자번호

 

상코드 투명도
http://ezcode.kr/study/view/117

 

 

1. https://sosal.kr/802#google_vignette

2. https://sweet-myo.tistory.com/497

 

 

 

티스토리 게시글마다 배경 바꾸는 코드

https://butte-er.tistory.com/6

글 작성 or 수정 > 우측 상단 기본모드 > HTML 으로 들어가 최상단에 아래의 내용을 복붙

 

<script>
$('.bg-img').css({
	'background-image': 'url(배경이미지링크)',
	'background-repeat':'no-repeat','background-size': 'cover',
	'background-position':'top center','background-attachment':'fixed',
	'filter':'blur(20px)','webkit-filter':'blur(20px)'
});
</script>

 

 

 

 


 

아보카도

 

 

카페24 호스팅
https://docs.google.com/presentation/d/1I2bNSVYxW-fQnKN84VOV7x9qdpUvxwPraOrmLNzHHU4/edit#slide=id.p

파일질라
https://m.blog.naver.com/PostView.nhn?blogId=anysecure3&logNo=220682941990&proxyReferer=https:%2F%2Fwww.google.com%2F

갠홈투툐
https://nyasznya.postype.com/post/8447051

 

https://docs.google.com/presentation/d/1I2bNSVYxW-fQnKN84VOV7x9qdpUvxwPraOrmLNzHHU4/edit#slide=id.p

 


 

티스토리 스킨

 

 

Tistory-skin-like-loadB-1.2

https://tslb-sample.tistory.com/category

 

대하님
https://extrashot.tistory.com/38

 

티스토리 스킨 배포 - bibliophobia

https://99years.tistory.com/127?category=314346 

 

PP SKIN

https://0309-1013.tistory.com/1305?category=982833 

 

 

 

' > 취미' 카테고리의 다른 글

프레젠트포미  (0) 2021.12.25
계란찜  (0) 2021.11.23
페어정리표  (0) 2021.10.31
닭가슴살  (0) 2021.06.30
잡다사이트  (0) 2021.06.21