码迷,mamicode.com
首页 > Web开发 > 详细

css 层叠式样式表

时间:2017-03-23 22:13:46      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:float   margin   多个   size   内联   ack   背景颜色   宽度   样式表   

 

内联样式:样式优先级最高的

<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 层叠式样式表

标签:float   margin   多个   size   内联   ack   背景颜色   宽度   样式表   

原文地址:http://www.cnblogs.com/v587yy/p/6605867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!