css hover

54

.class {
    margin:20px;
    &:hover {
        color:yellow;
    }
}
hover

Comments

Submit
0 Comments