详解background属性的8个属性值(面试题)
程序员文章站
2022-09-17 08:58:07
css中background的属性值 background-color background-image background-repeat background-positi...
css中background的属性值
- background-color
- background-image
- background-repeat
- background-position
- background-attachment
复合属性:background:background-color background-image background -repeat background-position background-attachment
css3新增:不能用background的复合属性
background-size,background-origin,background-clip
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <style> *{ margin: 0; padding: 0; } .pic{ width: 300px; height:400px; border: 20px dashed aqua; padding: 30px; /* background-color:#f90; background-image:url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1603882574342&di=e fe3283a838eef10140bcab16bf06371&imgtype=0&src=http%3a%2f%2fdpic.tiankong.com%2f8i%2fzu%2fqj6411171137.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; */ background:#f90 url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1603882574342&di=e fe3283a838eef10140bcab16bf06371&imgtype=0&src=http%3a%2f%2fdpic.tiankong.com%2f8i%2fzu%2fqj6411171137.jpg) no-repeat 50% 50% fixed; background-size: 100px 100px; background-origin: border-box; background-clip: content-box; } </style> </head> <body> <div class="pic"></div> </body> </html>
到此这篇关于详解background属性的8个属性值(面试题)的文章就介绍到这了,更多相关background属性值内容请搜索以前的文章或继续浏览下面的相关文章,希望大家以后多多支持!
上一篇: 惠普战66四代笔记本怎么样 惠普战66 Pro 14 G4全面评测
下一篇: 你为什么从我嘴里拔呢