Home Valuation Page - Timeline 1
unknown
plain_text
19 days ago
743 B
1
Indexable
Never
.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%; } } }
Leave a Comment