#Cursor
Sets the mouse cursor when hovering the element.- 
                    
cursor: default;
Sets the cursor to the element's default value. For a link, it would be a pointer. For text it would be a selection cursor.Hover over me!
 - 
                    
cursor: auto;
autoHover over me!
 - 
                    
cursor: pointer;
pointerHover over me!
 - 
                    
cursor: move;
moveHover over me!
 - 
                    
cursor: crosshair;
crosshairHover over me!
 - 
                    
cursor: text;
textHover over me!
 - 
                    
cursor: wait;
waitHover over me!
 - 
                    
cursor: help-resize;
help-resizeHover over me!
 - 
                    
cursor: ne-resize;
ne-resizeHover over me!
 - 
                    
cursor: nw-resize;
nw-resizeHover over me!
 - 
                    
cursor: n-resize;
n-resizeHover over me!
 - 
                    
cursor: se-resize;
se-resizeHover over me!
 - 
                    
cursor: sw-resize;
sw-resizeHover over me!
 - 
                    
cursor: s-resize;
s-resizeHover over me!
 - 
                    
cursor: w-resize;
w-resizeHover over me!