reset.css
이 골격으로 입맛에 맞게 커스터마이징.
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;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,
nav,section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input:focus {
outline: none;
}
a {
color: inherit;
text-decoration: none;
}
'IT 공부 > Programming' 카테고리의 다른 글
웹 메뉴바 디자인 1 - 기본 (0) | 2023.02.11 |
---|---|
git 명령어 모음 (0) | 2023.02.01 |
[Git] git Error fatal: The current branch master has no upstream branch.To push the current branch and set the remote as upstream, use (0) | 2023.01.09 |
ERROR E325: ATTENTION (0) | 2022.12.28 |
<CSS3> 4강 선택자 selector. (0) | 2020.08.19 |