Bearbeiten Sie schweben mit Sass
You can nest this code inside the element which you want to modify in a specific
state. Example:
button
background: none
&:hover
color: red
This would result in a hover modified button
codewi