分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 前端开发

css样式属性

发布时间:2023-09-06 01:16责任编辑:沈小雨关键词:暂无标签

1、背景

background-color:背景色

 <div style="width:50px; height:50px; background-color:#F00;">

background-image:背景图

<body> ??<div style="width:100px; height:100px; background-color:#6C3; background-image:url(lx1.png);"> ???gyvgvgv ????</div></body>

background-repeat:no-repeat不平铺;repeat平铺;repeat-x横向平铺;repeat-y纵向平铺

<body> ???<div style="width:100px; height:100px; background-color:#6C3; background-image:url(lx1.png); background-repeat:no-repeat"> ???<!--no-repeat不平铺;repeat平铺;repeat-x横向平铺;repeat-y纵向平铺--> ????</div></body>

background-position:调整背景图片位置(repeat:no-repeat);center居中;

<body> ???<div style="width:100px; height:100px; background-color:#6C3; background-image:url(lx1.png); background-repeat:no-repeat; background-position:center"> ????</div></body>

background-position当设置左右必须有上下位置才起作用

<body> ???<div style="width:100px; height:100px; background-color:#6C3; background-image:url(lx1.png); background-repeat:no-repeat; background-position:left 10px top 10px"> ????</div></body>

css样式属性

原文地址:http://www.cnblogs.com/navyouth/p/7645345.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved