站长资源网页制作
CSS 一些使用用法
简介--引用外部的CSS样式 @import url(样式地址); --注释 /*Modify this at 08/05/06 AM9:58*/ /**********NOTICE Theme Name:CSDN BLOG css style; Description:This is style te
--引用外部的CSS样式
@import url(样式地址);
--注释
/*Modify this at 08/05/06 AM9:58*/
/**********NOTICE
Theme Name:CSDN BLOG css style;
Description:This is style templet file
author:wuyue@csdn.net
time:2008-05-06
location:unknown
last modify:2007-05-06
*************************************/
--换行
word-wrap:break-word;word-break:break-all;
@import url(样式地址);
--注释
/*Modify this at 08/05/06 AM9:58*/
/**********NOTICE
Theme Name:CSDN BLOG css style;
Description:This is style templet file
author:wuyue@csdn.net
time:2008-05-06
location:unknown
last modify:2007-05-06
*************************************/
--换行
word-wrap:break-word;word-break:break-all;
上一篇:简单学习CSS网页布局(初学者)
下一篇:网页自动满屏实现代码