Answers for "hover scss button"

CSS
1

hover button scss

button {
	// normal css
    
	&:hover {
    	cursor: pointer;
      	background-color: cyan;
    }
}
Posted by: Guest on January-26-2021

Browse Popular Code Answers by Language