當前位置:
首頁 > 知識 > 網站CSS默認全局樣式代碼

網站CSS默認全局樣式代碼

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

網站CSS默認全局樣式代碼

打開今日頭條,查看更多圖片
喜歡這篇文章嗎?立刻分享出去讓更多人知道吧!

本站內容充實豐富,博大精深,小編精選每日熱門資訊,隨時更新,點擊「搶先收到最新資訊」瀏覽吧!


請您繼續閱讀更多來自 程序員小新人學習 的精彩文章:

spark入門框架+python
node+express+mongoDB寫簡單介面,Vue獲取介面

TAG:程序員小新人學習 |