💅🏻 css
드래그(셀렉션) 컬러 변경
(。θᗨθ。)
2022. 3. 7. 00:20
::selection{background-color:rgba(255, 229, 112, 0.5);}
::-moz-selection{background-color:rgba(255, 229, 112, 0.5);}
::-webkit-selection{background-color:rgba(255, 229, 112, 0.5);}
728x90