기본적인 CSS 사용 태그 [ Site on Base Default - Custom Free ] 정보
CSS 기본적인 CSS 사용 태그 [ Site on Base Default - Custom Free ]본문
@charset "UTF-8";
html { width :100%; height:auto; }
body {width:100%;height:auto;display:inline-block;overflow:auto; margin-left:0px;
margin-top:0px;overflow-x:hidden;overflow-y:auto;}
form { display:inline;}
a { text-decoration:none;color:black;}
a:hover{text-decoration:underline black solid 2px;color:black;}
a:active{text-decoration:underline black solid 2px;color:black;}
textarea { resize:none;outline:none;border-left:0px;border-right:0px;line-height:20px; // line-height: 줄간격. 15나 20정도
border-bottom:1px solid black;word-break:break-all;white-space:pre-wrap;overflow-y:auto;}
input,select { border :0px;outline:none;}
input[type=password] {ime:disabled; text-overflow:clip;}
input[type=text] { text-overflow:clip;}
//maxlength=int 만 잡으면 됨. class나 id로 디자인하나더 붙인다해도 리밋 강제 컷팅.
kbd { background-color:#363945;color:white;padding-left:3px;font-weight:900;margin-left:10px;border:0px;} // 카테고리용 색깔만족은 ??
.message_block{width:100%;height:500px;margin-top:5px;margin-bottom:10px;padding-top:10px;float:left;display:block;} // 양 옆의 선그으면 -2 전체 선긋기 -4 위아래선긋기 -0
ul { list-style:none;}
li { float:left;font-size:14pt;text-align:right;margin:0px;padding:0px;border:0px;}
ul li:hover { text-decoration:underline:1px solid black;}
ul li:active {text-decoration:underline:1px solid black;}
------------------------사이트 만들때마다 기본 베이스 작성하는 태그 기법 적습니다.
0
댓글 0개