Author : Admin
Last Modified : 07-Dec-2019
Complexity : Beginner
CSS cursor Property
In CSS you can generate the number of mouse cursor. CSS support following cursors properties.
Hover the mouse over here to change the mouse cursor
|
|
|
How to use
Suppose we want to change the cursor of a div so css class could be as below
.divChange {
background-color: Yellow;
cursor: cell;
}
<div class="divChange"> Learn Cursor</div>
Hover the mouse over here to change the mouse cursor.
Learn Cursor CSS properties
Learn Cursor CSS properties