失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > html文字两边是线条 css 两边是线 中间文字的多种实现方法

html文字两边是线条 css 两边是线 中间文字的多种实现方法

时间:2019-04-09 13:52:20

相关推荐

html文字两边是线条 css 两边是线 中间文字的多种实现方法

css 两边是线,中间文字的多种实现方法

历史活动一

历史活动二

历史活动三

.soild_text_one{

width:500px;

margin:0 auto;

fieldset{

height: 500px;

border-left: none;

border-right: none;

border-bottom: none;

color: #009688;

border-color: #defffc;

height:20px;

legend{

text-align: center;

padding: 0 10px;

font-size: 14px;

}

}

}

.soild_text_two{

text-align:center;

width:500px;

margin:0 auto;

height:20px;

font-size: 14px;

color: #4caf50;

hr{

width:200px;

display:inline-block;

vertical-align:middle;

border-color: #e4ffe6;

}

span{

padding: 0 10px;

}

}

.soild_text_three{

position:relative;

text-align:center;

width:500px;

margin:20px auto;

height:20px;

font-size: 14px;

color:#ff9800;

&::before,&::after{

content:"";

position:absolute;

top:50%;

border:solid 1px #fbdfb6;

width:40%;

}

&::before{

left:0;

}

&::after{

right:0;

}

}

标签:文字,color,text,height,width,两边,border,css,500px

来源: /jiangyue2694/article/details/110000176

如果觉得《html文字两边是线条 css 两边是线 中间文字的多种实现方法》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。