기본 css 설정, 브라우저 호환 불가
1911 단어 css
/* , */
html {background:white;color:black;}
/* */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
margin:0;
padding:0;
}
/* font */
body,button,input,select,textarea { font:12px \5b8b\4f53,arial,sans-serif;}
input,select,textarea {font-size:100%;}
/* table cell */
table { border-collapse:collapse;border-spacing:0;}
/* ie bug:th text-align */
th {text-align:inherit;}
/* */
fieldset,img { border:none;}
/* ie6 7 8(q) bug */
iframe { display:block;}
/* firefox */
abbr,acronym { border:none;font-variant:normal;}
/* del */
del { text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:500;}
/* ,li */
ol,ul { list-style:none;}
/* , */
caption,th { text-align:left;}
/* yahoo, , */
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:500;}
q:before,q:after { content:'';}
/* */
sub,sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup { top:-0.5em;}
sub { bottom:-0.25em;}
/* hover */
a:hover {text-decoration:underline;}
/* , */
ins,a { text-decoration:none;}
/* ie6 & ie7 */
a:focus,*:focus { outline:none;}
/* */
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after { clear:both;overflow:hidden;}
.clearfix { zoom:1; /* for ie6 & ie7 */}
.clear {clear:both;display:block; font-size:0; height:0;line-height:0;overflow:hidden;}
/* , js */
.hide { display:none;}
.block {display:block;}
/* , bug */
.fl,.fr { display:inline;}
.fl {float:left;}
.fr {float:right;}
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
장치 너비가 특정 너비보다 크고 특정 너비보다 작을 때 웹 페이지 CSS 스타일을 변경하는 방법은 무엇입니까?장치 너비가 특정 너비보다 크고 특정 너비보다 작을 때 웹 페이지 CSS 스타일을 변경하려면 @media의 미디어 쿼리 구문을 사용한 다음 구문을 작성하여 스타일의 최소 너비를 정의해야 합니다. 적용된 후 and라는...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.