html5+css3设计模式

html5+css3设计模式

1 简化的css

  • css基础
    45个常用的CSS属性+4中元素(行内,行内块级,块式,表格)+5中定位思想(静态,相对,绝对,固定,浮动)形成多种多样的设计模式。

    小技巧:在属性名称之前加1(或任意字符),可以禁用一个规则,这种规则失效只针对一种规则,用来调试。如1background-color:white。

  • CSS常用属性:

display        margin     		 text-indent
visibility       margin-left      text-align
float   			margin-right    margin-top     color
clear   			margin-bottom  font
position  		border			font-family
z-index			border-left	font-size	
overflow		border-left-color	font-style
					border-left-width 	font-variant
					border-left-style	font-weight
left				border-right			text-decoration
right				border-right-color	text-transform
width			border-right-width
min-width		border-right-style	vertical-align
max-width	border-top			line-height
top				border-top-color	white-space
bottom			border-top-width	word-spacing
height			border-top-style	etter-spacing
min-height	border-bottom		direction
max-height	border-bottom-color unicode-bidi
					border-bottom-width
					border-bottom-style
					padding				list-style
					padding-left			list-style-type
					padding-right		list-style-position
					padding-bottom		list-style-image
					background  		table-layout
					background-color
					background-image	 page-break-after
					background-repeat	 page-break-before
					background-position
  • css常用属性与值
    html5+css3设计模式_第1张图片html5+css3设计模式_第2张图片html5+css3设计模式_第3张图片html5+css3设计模式_第4张图片html5+css3设计模式_第5张图片html5+css3设计模式_第6张图片html5+css3设计模式_第7张图片html5+css3设计模式_第8张图片

你可能感兴趣的:(html/css1)