center before and after pseudo element
.wpb_wrapper h4 {
position: relative;
display: inline-block;
padding: 10px;
font-size: 2.14em;
}
.wpb_wrapper h4::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 70px;
height: 2px;
background: #cc7722;
transform: translateX(-50%);
}
Yorumunuzu ekleyin
Yorum yapmak için giriş yapmalısınız.