大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
这篇文章主要介绍css中背景相关的属性有哪些,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
创新互联专业为企业提供陕州网站建设、陕州做网站、陕州网站设计、陕州网站制作等企业网站建设、网页设计与制作、陕州企业网站模板建站服务,10多年陕州做网站经验,不只是建网站,更提供有价值的思路和整体网络服务。css背景有哪些相关属性
1、css背景属性之为内容设置背景色:background-color;
属性:
颜色;
inherit;继承父级样式
box.html
背景
box.css
body{ background-color:#123456; }
2、css背景属性之为内容设置背景为图片background-image:url();
box.css
body{ background-color:#123456; background-image:url(image.png); }
3、css背景属性之固定背景图片background-attachment
(在CSS中使用 background-attachment属性可以将图片固定在浏览器上,如果拖动滚动条,背景图片不会随着网页内容的滚动而滚动,像文字浮在图片上)
属性值:
scroll;背景图片随内容滚动,默认值
fixed; 背景图片固定,不随内容滚动
inherit;继承父类样式
box.css
body{ background-color:#123456; background-image:url(image.png); background-attachment:fixed; font-size: 45px; }
4、css背景属性之背景图片平铺background-repeat;
属性值:
repeat;平铺背景图片;默认
no-repeat;不平铺图片;
repeat-x;在水平方向平铺
repert-y;在竖直方向平铺
box.css
body{ background-color:#123456; background-image:url(image.png); background-attachment:fixed; font-size: 45px; background-repeat: repeat-y; }
5、css背景属性之背景图片定位background-position
属性值:
top;顶部
center;中间
bottom;底部
right;右边
left;左边
inherit;继承父类样式
样式:
xxxpx,xxxpx;
xxx%,xxx%;
xxxpx,top;
box.css
body{ background-color:#123456; background-image:url(image.png); background-attachment:fixed; font-size: 45px; background-repeat:no-repeat; background-position:left; }
以上是“css中背景相关的属性有哪些”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注创新互联成都网站设计公司行业资讯频道!
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。