Please tell me how to remove background white color and worked horizontal line with words in the middle with css.
This is my code please check.
.asses {
width: 100%;
text-align: center;
border-bottom: 1px solid #b7d9eb;
line-height: 0.1em;
margin: 10px 0 20px;
}
.asses span {
background: #fff;
padding: 0 10px;
font-size: 43px;
font-family: 'lato';
color: #555555;
}
<h2 class="asses">
<span>My TEXT HERE</span>
</h2>
So now please tell me how to solve that issue