★Add to favorites

AdSense

2016년 12월 2일 금요일

css selection color


CODE:
<style>
*::selection {
  background: red;
  color: blue;
}
</style>