css设置背景图片

  • A+
所属分类:HTML

笔记

  • background-color: orange;
  • background-image: url(456.jpg);
  • background-repeat: no-repeat;      /* repeat 重复的意思 */
  • background-attachment: fixed;       /* fixed 固定的意思 */
  • background-position: center;          /* position  位置的意思 */
  • background: gray url(bg.png) no-repeat -150px -520px;
  • background : background-color || background-image || background-repeat || background-attachment || background-position           语法,按照顺序来    不用的可以省略

源码

weinxin
我的微信
分享学习和工作过程中总结出来的一些经验与技巧,关注前端设计与网站制作。

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: