/* 边框的总体设置 border:边框的宽度 边框的样式:solid 实线 dashed 虚线 颜色 */
border:1px solid red;
border-left-width:8px;
border-left-style:dashed ;
border-left-color:skyblue;
border-top:5px dashed blue;
width:300px;
height:300px;
color:skyblue;
/* border-radius:20px; 边框的圆角 top 头部 bottom 底部 left right*/
border-radius:20px;
border-top-left-radius:20%;
text-align:center;/* 文本内容居中 */
font-family:隶书;/* 字体类型:隶书 */
font-style:italic;/* 字体样式 italic 斜体 */
font-weight:bolder;/* 字体粗细 bold 粗的 bolder 更粗的 100-900 */
line-height:30px;
font-size:20px;
text-decoration:underline; /* 文本修饰 line-through中划线/贯穿线 overline上划线 underline下划线*/
letter-spacing:3px;
text-indent:2em; /* 文本缩进 单位是em */
white-space:nowrap;/* 设置是否换行 nowrap 不换行 */
css边框样式
最新推荐文章于 2025-03-29 14:45:44 发布