码迷,mamicode.com
首页 > 其他好文 > 详细

边框背景

时间:2016-08-12 11:37:02      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:

1.border
边框属性可设置宽度,线样式和颜色

border:4px solid green;

 

2.border-radius

边框圆角属性

border-radius: 10px;

3.border-image

border: 10px solid gray; border-image: url(images/b1.png) 2/6px; 

后面的值可以设置4个。

4.box-shadow

box-shadow: 3px 3px 5px yellow ,
box-shadow: 3px 3px 5px yellow inset

(加上inset就是往里面凹)

5.line-height

line-height: 50px;

 

6.text-indent

text-indent: 2em;

(缩进2个字符)

7.letter spacing
不常用

8.文本文字溢出变成。。。

overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;

第一是条件,第二是强制一行显示,第三是超出部分显示为……

9.rgba,background-color

background-color:rgba(23,42,155,.3);

10,颜色渐变

background-image: linear-gradient(270deg,red,yellow,blue);

11.background

background: url(images/b2.png) no-repeat left -53px;

  可控制图片

边框背景

标签:

原文地址:http://www.cnblogs.com/qq498801877/p/5764203.html

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