css 关于一段文字中首个字符的设计
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
CSS Pseudo-Elements 搞定首字下沉
.dyfirst {
width:300px;
border:1px solid #ddd;
padding:5px;
font-size:12px;
margin:5px 0;
}
.dyfirst:first-line {
color:#050;
}
.dyfirst:first-letter {
font-size:300%;
font-weight:bold;
color:#000;
float:left;
}
To the world you may be one person, but to one person you may be theworld. Never frown, even when you are sad, because you never know who is fallingin love with your smile.
对于世界而言,你是一个人;但是对于某个人,你是他的整个世界。纵然伤心,也不要愁眉不展,因为你不知是谁会爱上你的笑容。
http://community.csdn.net/Expert/topicview.asp?id=5698850
他们设置了哪些标签:
de wenti wo
谁收藏了这个网址:
使用标签:wo, de, wenti,时间:2007-8-8 11:12:05 | 相关网摘
kuai dian jie jue a !
时间:2007-9-25 18:11:52 | 相关网摘
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
CSS Pseudo-Elements 搞定首字下沉
.dyfirst {
width:300px;
border:1px solid #ddd;
padding:5px;
font-size:12px;
margin:5px 0;
}
.dyfirst:first-line {
color:#050;
}
.dyfirst:first-letter {
font-size:300%;
font-weight:bold;
color:#000;
float:left;
}
To the world you may be one person, but to one person you may be theworld. Never frown, even when you are sad, because you never know who is fallingin love with your smile.
对于世界而言,你是一个人;但是对于某个人,你是他的整个世界。纵然伤心,也不要愁眉不展,因为你不知是谁会爱上你的笑容。