首页 > Web开发 > 详细

css

时间:2019-10-05 18:51:32      阅读:71      评论:0      收藏:0      [点我收藏+]

 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

原文:https://www.cnblogs.com/my-rw/p/11625279.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!