-
링크 밑줄제거법Html&css/개념정리 2022. 8. 26. 20:54
.gitLink:hover{
text-decoration: none;
}
.gitLink:link{
text-decoration: none;
}
.gitLink:active{
text-decoration: none;
}
.gitLink:visited{
text-decoration: none;
}'Html&css > 개념정리' 카테고리의 다른 글
모달 만들기 (부트스트랩) (0) 2022.11.15 hr태그 용도: 수평선그리기 (0) 2022.08.23 display : disabled; 내용넣기 막기 (0) 2022.08.18 line-height 줄간격 , border: none; or border: 0; (0) 2022.08.18 flex && grid 블로그 (0) 2022.08.18