`
沙漠风暴425
  • 浏览: 7523 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

css基础

    博客分类:
  • css
阅读更多
好记性不如烂笔头,记忆力不行就要记下来

①background-color


p {background-color: gray; padding: 20px;}


②background-image


body {background-image: url(/i/eg_bg_04.gif);}


③background-repeat


background-repeat: repeat-y;   //在y轴上重复


④background-position       //图片在背景的位置


background-position:center;                                                                    													

background-position:50% 50%;

background-position:50px 100px;


⑤background-attachment   //固定背景



background-attachment:fixed

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics