- 손가락 모양 커서
tag{
cursor: pointer;
}
- input text 타입 태그에 클릭시 파란선 효과 주기
input[type="text"]:focus {
outline: none;
box-shadow: 0px 0px 5px #2392ce;
border:1px solid #41b4ee;
}
출처) https://stackoverflow.com/questions/13056207/textbox-css-hover-focus/13056286
'Etc. > HTML&CSS' 카테고리의 다른 글
CSS Layout (0) | 2021.07.07 |
---|---|
HTML (0) | 2021.06.28 |
CSS(Cascading Style Sheets) 기본 (0) | 2021.01.31 |