样式表-属性
Posted 石佳灵
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了样式表-属性相关的知识,希望对你有一定的参考价值。
背景:
background-color 背景色
no-repeat 不平铺
background-image 背景图片
background-repeat 背景图的平铺方式
background-position 背景图片位置
background-size 背景图的大小
文字:
font-family 字体
font-size 字体大小
font-style
italic 倾斜
font-weight bold加粗
text-decoration
underline下划线
overline上划线
line-through删除线
none没有,用来去掉超链接的下划线
color 字体颜色
对齐方式:
text-align 水平对齐方式
line-height 垂直对齐方式,配合行高使用
display 不占位置
visibility 占位置
overflow 超出范围 hidden隐藏
圆角
border-radius:5px;
border-bottom-left-radius: 10px;(只一个角)
border-top-right-radius: 10px;(只一个角)
阴影
box-shadow: -1px -1px 1px black;
text-shadow: 1px 1px 1px green;
当然属性还有很多,以上常用
以上是关于样式表-属性的主要内容,如果未能解决你的问题,请参考以下文章