본문 바로가기

퍼블리싱/CSS/CSS3

CSS Reset

@charset "utf-8";

/* =================================================================================
* @Author : 
* @File Name : 
* @Description : Style Sheet
* @Version :
* @Create Date : 
* @Update Date : 
* @History : 
* ================================================================================= */

/* Reset Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, legend {margin:0; padding:0;}
header, footer, section, article, nav {margin:0; padding:0;}
:link, :visited, :hover, :active, :focus {text-decoration:none; cursor:pointer;}
hr {display: none;}
ul, ol, li {list-style: none;}
img {border:none;}
table {border-collapse:collapse;}
input,select,textarea,a {outline:0;}

/* General */
body {font-size:12px;font-family:"맑은 고딕","Malgun Gothic", "돋움체", Dotum, serif;color:#262626;background: #fff;}