css 文字排版一向困扰做页面前台工作者,这里汇总了大部分文字的实现效果大家可以举一反三的去运用。
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
html xmlns="http://www.w3.org/1999/xhtml"
head
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /
titleCSS Typography - Examples for CSS and Web Typography - www.52css.com/title
style type="text/css"
html, body { width: 75%; }
h3.reflect_1 { color: #333333; border-bottom: 6px solid #DDDDDD; line-height: .2em; margin: ...[ 查看全文 ]