분류
css
텍스트 선택의 스타일을 변경
본문
HTML :
<p class="custom-text-selection">Select some of this text.</p>
CSS :
::selection {
background: aquamarine;
color: black;
}
.custom-text-selection::selection {
background: deeppink;
color: white;
}
- 이전글문서 전체에서 재사용 할 특정 값을 포함하는 CSS 변수. 18.08.31
- 다음글WebKit 플랫폼에서 문서 및 스크롤 가능한 오버플로 요소의 스크롤 막대 스타일을 사용자 지정 18.08.31