Boxed Text & Hoverable Image with Info

fix links
 avatar
JohnMatthewLumba
plain_text
14 days ago
171 B
0
Indexable
Never
/*start - fix links*/
.link{
    color: #fff;
    font-weight: normal;
    &:hover{
        color: #999;
    }
    &:after{
        background-color: #fff;
    }
}
/*end*/
Leave a Comment