[CSS] a tag, button tag reset

Chanki Hong(BE)·2023년 3월 6일
0

Legacy Frontend Archive

목록 보기
33/80
post-thumbnail

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

profile
2호 더존빵돌이 성장일지

0개의 댓글