[CSS] a tag, button tag reset

Chanki Hong·2023년 3월 6일
0

CSS

목록 보기
3/6
post-thumbnail

/* a태그 설정 초기화 */
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
/* button 속성 초기화 */
button {
  all: unset;
}

0개의 댓글

관련 채용 정보