CSS 기본 CSS 정의
페이지 정보

본문
@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
* {
font-family: 'Nanum Gothic', 'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
padding:0px;margin:0px;
line-height:1.5;letter-spacing:-1px;
}
html, body {
font-style: normal;font-wehigt:normal;font-size:12px;
}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
img {border:0 none;}
a {color:#000;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}
a:active {background-color:transparent;}
table {}
table thead {}
table thead th {color:#FFF;background:#7965AD;border:1px solid #7965AD;}
table tbody {}
table tbody tr {background:none;}
table tbody tr:hover {background:#C0B7D8;}
table tbody td {
color:#7965AD;
border:1px solid #7965AD;
}
- 이전글css로 애니메이션 효과 주기 20.11.26
- 다음글나눔고딕 폰트 적용하기 20.11.02
댓글목록
등록된 댓글이 없습니다.