****HTML
<div class="contenttag">
<b></b>
<span>Sản phẩm nổi bật</span>
<b></b>
</div>
****CSS
.contenttag {
position: relative;
-js-display: flex;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
/* justify-content: space-between; */
width: 100%;
padding: 30px 0;
}
.contenttag b {
display: block;
-ms-flex: 1;
flex: 1;
height: 2px;
opacity: .1;
background-color: currentColor;
}
.contenttag span{
text-align: center;
text-transform: uppercase;
margin: 0 15px;
font-size: 25px;
}
Không có nhận xét nào:
Đăng nhận xét