BluePrint CSS 笔记-1
- 超链接下有图像时,图像的border为none。
- quotes属性的使用(点击这里更多信息),使用又引号。
- body的line-height属性为1.5,增加了行高。
- 对Hn标签的样式进行重写。
- p下有1.5的外填充。
- p下如果有img加left or right class, 那么img为向float靠近边。
- 类small,large,hide。(ps:大小角度)
- 类quiet,loud,hightlight。(ps:颜色角度)
- 类added, removed。(ps:提示信息)
- 类first,last,top and bottom。(ps: left right top and bottom)
- 表单系列中的类error,notice,success. ps:从颜色角度来使用,可能不适合页面颜色搭配。
- label和legend标签加粗显示。
950px居中显示:
- body{text-align:center;}
- .container{text-align:left;}
- .container{width:950px;margin:0 auto;}
看看感觉怪怪的taobao,并且目前多数门户网站都使用950px或者960px宽度,可以参考sina.com或者qq.com(注:不要让他们的页面把你吓坏了,可以提前看看校内网-人人网)。