웹 개발

[css] text 선택 방지

노루아부지 2019. 8. 23. 23:48

웹 페이지에서 내용 복사를 막기 위해

text 선택을 css로 방지 할 수 있다.

 

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; 
728x90
loading