.heading-text{
font-family: verdana;
font-size:12px;
color:#124253;
min-width:50px;
height:32px;
margin-top:8px;
text-align: center;
cursor: pointer;
}
.heading-text:hover{
border-bottom-style:solid;
border-bottom-color:#012b61;
border-bottom-width:3px;
}
In the above division, I want to give an effect, since the lower border of the division starts on the left and goes to the right at the time of hovering, this is possible using CSS or JQUERY javascript
Please give an answer as quickly as possible or, if any other alternative way, also let me know
source
share