css

Posted my-rw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css相关的知识,希望对你有一定的参考价值。

 css背景样式:

  background-color 背景色

  background-image 背景图

    url (背景地址)

    默认回水平垂直铺满背景图

  background-repeat 平铺方式

    repeat-x 水平平铺

    repeat-y  垂直平铺

    repeat(x,y都进行平铺,默认值)

    no-repeat 都不平铺

  background-position: 背景位置   x y  number|

              x: left center right

              y:top center bottom

  background-attachment 背景图随滚动条的移动方式

    scroll (默认值 )  背景位置按照当前元素进行偏移

    fixed        背景位置按照浏览器进行偏移 

  

  边框样式:

  boder-style: soild(实线) 

  边框大小:

  boder-width

  边框颜色

  boder-color

  边框也可以针对某一边单独设置:boder-left-style:中间为方向:left、right、top、bottom

  透明颜色:transparent

以上是关于css的主要内容,如果未能解决你的问题,请参考以下文章

css [css:fadeout / fadein] css示例。 #css

css基础 CSS 组合选择符CSS 伪类CSS 伪元素

css 深度提示#css中的css base builder CSS

css基础 CSS 媒体类型CSS 属性 选择器CSS 表单CSS 计数器

什么是css

测开之CSS・第一篇《CSS语法基础》