SCSS Butut Arwayasa

button {
	// normal css
    
	&:hover {
    	cursor: pointer;
      	background-color: cyan;
    }
}
JasonXXR