码迷,mamicode.com
首页 > Web开发 > 详细

css

时间:2019-10-05 18:35:52      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:color   垂直   width   滚动条   top   边框   back   center   ima   

 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

标签:color   垂直   width   滚动条   top   边框   back   center   ima   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!