MYMYMY/tip

tip) 드래그 색상변경 + 블러처리 + 커서변경

2018. 3. 5. 19:13





/*드래그CSS*/

::-moz-selection {background-color: #2396d9; color: #f4f5f6;;}

::selection {background-color: #FE7F85; color: #f4f5f6;;}


/* 블러처리 */

::selection{ 

  color: transparent; 

  text-shadow: 0 0 2px #000; 

  transition: all 250ms ease-in; 

::-moz-selection{ 

  color: transparent; 

  text-shadow: 0 0 2px #000; 

  transition: all 250ms ease-in; 




커서변경은 요기 들어가서 맘에드는거 고른후 복사하고  css 붙여넣기