Kod aşağıda mevcuttur.
.cl2 a:before {
content: "";
position: absolute;
right: 0;
bottom: 5px;
left: 0;
height: 2px;
background: currentColor;
width: 0;
margin: 0 auto;
-webkit-transition: width .3s;
transition: width .3s;
}.cl2 a:hover::before {
width: 100% !important;
}
C#,MVC,MSSQL,Windows Forms