G
G
GGatsby2018-03-11 19:47:10
css
GGatsby, 2018-03-11 19:47:10

How to change cursor design in css?

How to make a custom cursor design?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir, 2018-03-11
@GGatsby

https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
https://caniuse.com/#feat=css3-cursors

V
VladimirMelnik, 2018-03-11
@VladimirMelnik

.class {
cursor: url('image path');
}

K
Kolya K, 2018-03-11
@Kolyagrozamorey

htmlbook.ru/css/cursor

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question