문단 p (paragraph)
기본 타입은 폰트사이즈 14px 라인하이트 1.6 이상이다.
The base type is 14px over 1.6 line height { line-height:1.666; }
The base type is 16px over 1.75 line height { line-height:1.75; }
코드 code (computer code)블록인용 blockquote cite="" (long quotation)
인용 q cite="" (short inline quotation)
| Name | Age | Sex | Location |
|---|---|---|---|
| Dave Gamache | 26 | Male | San Francisco |
| Dwayne Johnson | 42 | Male | Hayward |
/* 블록간격기본 .mgtbD … 맞춰준다. ☆ 20200220 */
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,menu,blockquote,fieldset,form,pre,hr,figure{
margin-top:1.25em;
margin-bottom:1.25em;
}
h1,h2,h3,h4,h5,h6{
font-weight:600;
line-height:1.375;
letter-spacing:-.0625em;
}
/* ( (40 30 24 20 18 16)/16 ) 20190911 */
h1{font-size:2.5em;margin:.5em 0;} /* (1.25/2.5) */
h2{font-size:1.875em;margin:.625em 0;}
h3{font-size:1.5em;margin:.833em 0;}
h4{font-size:1.25em;margin:1em 0;}
h5{font-size:1.125em;margin:1.111em 0;}
h6{font-size:1em;}
form{margin:0;}
fieldset{margin-left:0;margin-right:0;padding:0;}
legend{} /* ☆ */
a[class*=button],
button,
html input[type=button], /* ☆ Avoid [Android4.2.2]bug) audio and video controls */
input[type=submit],input[type=reset],
input[type=text],input[type=password],input[type=file],
input[type=email],input[type=number],input[type=search],input[type=tel],input[type=url],
textarea,
select,
input[type=radio],input[type=checkbox]{
…
box-sizing: border-box;
…
}
.brclear{display:block;clear:both;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;}
.clearfix{min-height:0;}
.clearfix:before,
.clearfix:after{content:'';display:table;}
.clearfix:after{clear:both;}
.blind{position:absolute !important;left:-9999px;
width:1px;height:1px;font-size:0;line-height:0;overflow:hidden;
/* opacity:0;filter:alpha(opacity=0); ☆Naver */
}
caption.blind{position:relative;}
.blind.onshow:focus{ display:block;
position:relative !important;
left:auto;width:auto;height:auto;
margin:0 0 1em;padding:.5em 1em;background:#ee0;color:#850;
font-size:1em;line-height:normal;overflow:hidden;
}
.block-center{display:block;
margin-left:auto;margin-right:auto;
}
.dpn { display: none !important; }
.fl { float: left !important; }
.fr {float: right !important; }
.w100 { width: 100% !important; }
.border-box { box-sizing: border-box !important; }
/* small~xlarge */
@media all and (min-width: 768px) { /* medium */ }
@media all and (min-width: 1000px) { /* large */ }
@media all and (min-width: 1260px) { /* xlarge */ }
모바일 전용 웹사이트는 중단점breakpoint이 없다. 필요하면 base.css 에서 /* RWD ... /RWD */ 코드를 가져와서 활용한다.
To do next!
History : 20150526~ 20240809. 20210517. 20180601. 20180227. 20171026. 20170623. 20151020. 20150619. 20150618. 20150616. 20150601.