常用的css和html

width:宽度

height:高度

border:1px solid red;边框 :边框粗细 显示 颜色

border-radius:10;边框变圆角

background-color:背景颜色

background-image:url("引入路径");   背景图片

background-size:背景尺寸

color:字体颜色

font-size:字体尺寸大小

font-style: 字体样式

font-weight:字体宽度

font-decoration:none(去掉下划线)/overline (上划线)/underline(下换线)/line-through(删除线);

text-align:center(局中)

clear:both;清除周围浮动流<

猜你喜欢

转载自www.cnblogs.com/yehongrun/p/8976676.html