행님!!
수업을 듣고 혼자 이것저것 만들어 보다가 문득 궁금해져서 왔습니다~
보통 웹개발하다 보면 html의 '그것'들을 죽여 놓고 사용하기 위해
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
출처: https://parkjh7764.tistory.com/80 [HwanE Develop Blog:티스토리]
이런 식으로 css를 초기화 혹은 리셋해서 사용하잖아요?
리액트에서도 이런 작업이 필요한 것인지..보통 현업에서는 어떻게 하나요?