Pages - Menu

12 Juni 2013

Background Selection / highlight text

Tutorial mengubah background selection / highlight text saat text di block/select.


  • Copy code di bawah ini

::-moz-selection {
background:#eee;
color:#000;
}
::selection {
background:#eee;
color:#000;
}
  • Paste di atas code </style>
  • Preview
  • Save

Tidak ada komentar:

Posting Komentar

NO HARSH WORDS
please, don't SPAM here!
I'll reply if I didn't busy -.-