Answers for "css hover mouse hand"

CSS
9

on hover change cursor

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

css hover mouse hand

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

onhover mouse pointer css

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

Browse Popular Code Answers by Language