Answers for "change cursor on hover to hand"

CSS
0

css hover mouse hand

<style>
    li{
        cursor: pointer;
    }
</style>
Posted by: Guest on July-21-2021
11

on hover change cursor

li {
cursor: pointer;
}
Posted by: Guest on March-12-2020

Code answers related to "change cursor on hover to hand"

Browse Popular Code Answers by Language