当前位置:首页 > 代码学苑 > 网建教程

网站CSS默认全局样式代码

来源:wordpress 作者: 2020-06-18

 

body{

font-size:12px;

font-family:宋体,Arial;

}

body,div,p,h1,h2,h3,h4,h5,h6,ol,ul,li,table,tr,td,form,input,select,textarea{

margin:0;

padding:0;

}

ul,li,ol{

list-style:none;

}

img{

border:none;

}

a{

color:#333;

text-decoration:none;

}

a:hover{

color:#c00;

text-decoration:underline;

}

h1,h2,h3,h4,h5,h6{

font-size:14px;

}

.clear{

clear:both;

zoom:1;

}

.clear:after{

content:".";

display:block;

clear:both;

visibility:hidden;

height:0;

}

.left{

float:left;

}

.center{

float:left;

}

.right{

float:right;

}

.blank10{

margin-top:10px;

}

猜你喜欢
    无相关信息