CSS基础

.class #id

  1. font-family
  2. font-size
  3. font-style
  4. font-weight

a:link a:hover a:visited a:active
text-align
color

文本样式:

  1. text-align
  2. line-height
  3. text-decoration
  4. text-shadow: x,y,z,color z越大越模糊

列表样式:list-style-type, list-style-image:url(…)
背景样式:
background-color
background-image
background-repeat
linear-gradient(top, red, pink)
盒子模型:外边距margin,边框border,内边距padding
border-color, border-top/bottom/left/right-color
border-width
border-style: none/hidden/dotted/dashed/solid/double
border: solid 1px red;
border-radius 圆角
margin: 上 右 下 左。 左右均auto=居中
box-shadow: x y z color;
transform: rotate; 旋转
浮动:float: left/right
相对定位:positon: relative; top,left,right,bottom
绝对定位:positon: absolute;
相对是相对于自身,绝对是绝对于先祖元素。
z-index, 必须要有postion
input[type="option"]*3