
WEB_CSS
Johnson_llguo
这个作者很懒,什么都没留下…
展开
-
css 基础一
1、链接外部样式。 <head> <title>文档标题</title> <link rel=stylesheet href="http://www.dhtmlet.com/dhtmlet.css" type="text/css"> </head> 特点:格式与代码分离。 2、定义内部样式块对象。 <html&原创 2010-08-30 12:40:22 · 132 阅读 · 0 评论 -
css 基础二
常用属性一: 1、字体:font, font-size, font-family, font-weight, text-decoration, line-height A. font是一个复合属性。所有后面的这几个属性的值都可以放在font里面用。 B. font-size定义文字的大小。 C. font-family定义字体。 D. font-weight定义文字的粗细。 E. text...原创 2010-08-30 12:43:43 · 135 阅读 · 0 评论 -
css 基础二
常用属性二: 8、边框:border, border-top, border-right, border-bottom, border-left 同上(外补丁)。 9、内补丁:padding, padding-top, padding-right, padding-bottom, padding-left 同上(外补丁)。 10、列表:list-style, list-style-imag...原创 2010-08-30 12:44:35 · 105 阅读 · 0 评论 -
css 基础三
单位 :1、长度:Px px象素,in英寸等。用得最多的是象素px。 2、颜色:rgb(RGB),#RRGGBB Rgb(255,255,255),#FFFFFF 3、Color name:red, blue注意:1、html代码和css代码尽量小写。 2、子随父姓,就近原则。 转自: http://www.iteye.com/topic/675248...原创 2010-08-30 12:46:00 · 140 阅读 · 0 评论 -
css 及 css框架 blueprint
1.http://dogstar.iteye.com/blog/120707 2.http://guozi.iteye.com/blog/136810 1.http://cxlh.iteye.com/blog/693748 2.http://fantaxy025025.iteye.com/blog/753795 3.http://qi...原创 2010-09-29 20:06:05 · 202 阅读 · 0 评论