黄圣依怀孕html在字体两边加直线,css怎么在⽂字两边加上横线
css中可利⽤:before、:after和content属性来在⽂字两边加上横线;语法“E:before,E:after{content:"";flex:1 1;border-bottom:2px solid;}”,E为包含⽂字的元素
本教程操作环境:Windows7系统、css3版本、Dell G3电脑。
css在⽂字两边加上横线的⽅法
在css中,可以利⽤:before、:after选择器和content属性来实现。
:before 选择器向选定的元素前插⼊内容,:after 选择器向选定的元素之后插⼊内容。
gary事件
content 属性与 :before 及 :after 伪元素配合使⽤,来插⼊⽣成内容。
栖息是什么意思
⽰例:
h4 {孙侨潞个人资料
display: flex;
flex-direction: row;
}
唐嫣档案
h4:before,
h4:after {
content: "";
flex: 1 1;
border-bottom: 2px solid #000;
margin: auto;
}
img {
height: 100px;
width: 100px;
border-radius: 50%;
}
PHP中⽂⽹
效果图:
更多编程相关知识,请访问:编程教学!!
>清新脱俗的网名