0
What is a common pointer for "seeing" links?
Link cursor
3 Respostas
+ 2
The most common cursor type is pointer. I recommend turn off decorations too so it will be like
a{
text-decoration:none;
}
a:hover{
cursor: pointer;
}
0
cursor
0
a:hover
{ cursor: pointer; }