Home Valuation Page - Timeline 1
unknown
plain_text
a year ago
743 B
10
Indexable
.collection .cell p a {
position: relative;
&:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #ccc!important;
-webkit-transition: .3s linear;
-webkit-transition: .3s linear;
transition: .3s linear;
}
&:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0%;
height: 1px;
background: #4B4949!important;
-webkit-transition: .3s linear;
-webkit-transition: .3s linear;
transition: .3s linear;
}
&:hover{
&:after{
width: 100%;
}
}
}Editor is loading...
Leave a Comment