首页 > 代码库 > css 层叠式样式表
css 层叠式样式表
内联样式:样式优先级最高的
<div style="width:100px;height:100px;"></div>
style=“” 用冒号和分号
width 宽度
height 高度
background-color 背景颜色
float:left; 多个div横向排列
流式布局
<div style="width:100px;height:100px;float:left;margin:5px;"></div>
<div style="width:100px;height:100px;float:left;margin:5px"></div>
<div style="width:100px;height:100px;float:left;margin:5px"></div>
<div style="width:100px;height:100px;float:left;margin:5px"></div>
margin:5px 间隔
字体
<div style="color:red;font-size:x-large;font-family:黑体">哈哈哈</div>
color 颜色
font-size 字体大小
font-family 字体
设置背景图片
<body style="background-image:url(22.png);background-repeat:repeat-x;">
background-image:url(路径);
background-repeat:repeat-x 背景图片摆放类型
css 层叠式样式表
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。