Answers for "scss add style to hover"

CSS
4

scss hover

.class {
    margin:20px;
    &:hover {
        color:yellow;
    }
}
Posted by: Guest on June-20-2020
21

css hover

.a:hover{background-color: black;}
Posted by: Guest on February-20-2020

Browse Popular Code Answers by Language