Vídeo disponivel dia 16/05 as 14h
// Cursor geral do site
html{
cursor:url('linkaqui'), auto;
}
// Cursor para botão/links
html.click, html.click a, html.click a:hover, a:hover{
cursor:url('linkaqui'), auto;
}
Vídeo disponivel dia 16/05 as 14h
// Cursor geral do site
html{
cursor:url('linkaqui'), auto;
}
// Cursor para botão/links
html.click, html.click a, html.click a:hover, a:hover{
cursor:url('linkaqui'), auto;
}