<style>
a.hover { 마우스를 올렸을 때 (hover)
color : #ff8000;
}
a.active { 클릭했을 때 (active)
color : #ff8000;
}
a.link { 아직 방문하지 않은 링크 (link)
color : #ff8000;
}
a.visited { 1번이라도 방문한 적 있는 링크 (visited)
color : #ff8000;
}
a { 링크 밑줄 없애기 (text-decoration : none;)
text-decoration : none;
}
</style>
'CSS' 카테고리의 다른 글
div 밖으로 텍스트가 넘치지 않도록 하기 (0) | 2020.08.17 |
---|---|
fontawesome(폰트어썸) 아이콘 크기 조절 (0) | 2020.08.06 |
placeholder 색상 변경 (0) | 2020.08.06 |
좌우 여백 설정 (0) | 2020.08.02 |
체크박스 크기 조절(label 이용) (0) | 2020.07.24 |