关于background的样式

以下内容来至:https://bitsofco.de/the-background-properties/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more

background-repeat

background-repeat.jpeg
.top-outer-left { background-repeat: repeat-x; }
.top-inner-left { background-repeat: repeat-y; }
.top-inner-right { background-repeat: repeat; }
.top-outer-right { background-repeat: space; }

.bottom-outer-left { background-repeat: round; }
.bottom-inner-left { background-repeat: no-repeat; }
.bottom-inner-right { background-repeat: space repeat; }
.bottom-outer-right { background-repeat: round space; }

background-size

background-size.jpeg
.left { 
  background-size: contain;
  background-image: url('ire.png'); 
  background-repeat: no-repeat;
}
.right { background-size: cover; /* Other styles same as .left */ }

background-attachment

background-attachment.jpeg
.left { 
  background-attachment: fixed;
  background-size: 50%;
  background-image: url('ire.png'); 
  background-repeat: no-repeat;
  overflow: scroll;
}
.middle { background-attachment: local; /* Other styles same as .left */ }
.right { background-attachment: scroll; /* Other styles same as .left */ }

background-position

background-position.jpeg
.top-left { 
  background-position: top;
  background-size: 50%;
  background-image: url('ire.png'); 
  background-repeat: no-repeat;
}
.top-middle { background-position: right;  /* Other styles same as .top-left */ }
.top-right { background-position: bottom;  /* Other styles same as .top-left */ }
.bottom-left { background-position: left;  /* Other styles same as .top-left */ }
.bottom-right { background-position: center;  /* Other styles same as .top-left */ }
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 10点半睡,6点半起,2+6.5=8.5小时有核心技术的人,才能活到最后。 iOS 阅读整理在sourcetree...
    士梦阅读 3,086评论 0 18
  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 9,959评论 0 23
  • 保险规划以其独有的“风险转移、资产配置和财富传承”的功用,在家庭理财规划中,占据越来越重要的位置。如何在五花八门的...
    巧琳在路上阅读 708评论 0 6
  • 这个暑假,我思考了很久,作为一名普通二本院校的医学生,在我面前的只有两条路,考研或者毕业后去规培。 假如去规培吧,...
    淡色歌鹰阅读 691评论 0 3
  • 终于完整看完了《七月与安生》,在朋友圈写了这样一段话:“电影终结于这个像青岛海边长长栈桥的画面里,唯美而清冷;思绪...
    夏懿琳阅读 235评论 2 4