Repozytorium Web Developera

Archiwum z lat 2013-2018, treści mogą być nieaktualne.

CSS - fun rules

Emoticon as a cursor


body {
	cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="18" style="font-size:14px"><text y="16">🦄</text></svg>'), auto;
}