resources & design

Resources blog. Angel, 14, China. I code, I write, and I sleep a lot. That's about it. Here, you'll find resources of all kinds, from writing to coding to photoshop! I hope you'll find something that will be useful for you.
01.02.03.04.05.06.
run by angel
starious:
“ It’s very simple to change the default selection colour. To make this effect you only use CSS. Currently FireFox, Safari, Chrome and Opera support the effect. The browsers that don’t support it simply ignore the code.
You just need to...

starious:

It’s very simple to change the default selection colour. To make this effect you only use CSS. Currently FireFox, Safari, Chrome and Opera support the effect. The browsers that don’t support it simply ignore the code.

You just need to paste this code in your CSS:

::selection {
background: #HEX selection color;
color: #HEX font color;
}

::-moz-selection {
background: #HEX selection color;
color: #HEX font color;
}

::-webkit-selection {
background: #HEX selection color;
color: #HEX font color;
}

And change the colors! The three codes are the same, just different syntax for different browsers.

THEME ♥