首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

开发每个静态网站是的模版代码(自各儿开发是长期优化过的觉得最简的代码)

2012-08-10 
开发每个静态网站是的模版代码(自己开发是长期优化过的觉得最简的代码)/*Index page,designed by tuzuoqua

开发每个静态网站是的模版代码(自己开发是长期优化过的觉得最简的代码)
/*Index page,designed by tuzuoquan,version:1.0,2012-7-16*/
/**Styles which is common in most website,the styles blow
can controll all the pages in the website.**/
/*全局样式*/
/*这里是子页面的CSS样式*/
*{
 margin:0px;
 padding:0px;
 border:0px;
 font:13px/1.4em "宋体";
 text-align:center;
}
body{
 background:#105645;
}
a{
 text-decoration:none;
}
a:link,a:visited {
 text-decoration:none;
 color:#FF0000;
}
a:hover,a:active {
 text-decoration:underline;
}
p{
 text-align:left;
}

热点排行