Redky

web前端开发/HTML/CSS/JavaScript

BluePrint CSS 笔记-1

without comments

  1. 超链接下有图像时,图像的border为none。
  2. quotes属性的使用(点击这里更多信息),使用又引号。
  3. body的line-height属性为1.5,增加了行高。
  1. 对Hn标签的样式进行重写。
  2. p下有1.5的外填充。
  3. p下如果有img加left or right class, 那么img为向float靠近边。
  1. 类small,large,hide。(ps:大小角度)
  2. 类quiet,loud,hightlight。(ps:颜色角度)
  3. 类added, removed。(ps:提示信息)
  4. 类first,last,top and bottom。(ps: left right top and bottom)
  1. 表单系列中的类error,notice,success. ps:从颜色角度来使用,可能不适合页面颜色搭配。
  2. label和legend标签加粗显示。

BluePrintcss实例

950px居中显示:

  • body{text-align:center;}
  • .container{text-align:left;}
  • .container{width:950px;margin:0 auto;}

看看感觉怪怪的taobao,并且目前多数门户网站都使用950px或者960px宽度,可以参考sina.com或者qq.com(注:不要让他们的页面把你吓坏了,可以提前看看校内网-人人网)。

Written by jim

八月 10th, 2009 at 12:46 下午

Posted in 推荐文章

Tagged with ,

Leave a Reply