본문 바로가기

Front end/CSS (Cascading Style Sheets)

(CSS) 마우스 올릴때 손가락모양

728x90
#Btn:hover{
    cursor: pointer;
}

Id가 'Btn'인 태그위에 마우스를 올릴때 

커서가 손가락 모양으로 변형

728x90