網站CSS默認全局樣式代碼
知識
01-06
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;
}
作者:資源庫
原文:https://www.zyku.net/css/24.html
打開今日頭條,查看更多圖片※spark入門框架+python
※node+express+mongoDB寫簡單介面,Vue獲取介面
TAG:程序員小新人學習 |