diff --git a/src/App.css b/src/App.css index 13e66bb..41d83f3 100644 --- a/src/App.css +++ b/src/App.css @@ -30,6 +30,7 @@ main { border-radius: 8px; margin: 0.5em; width: 260px; + /* background-color; */ } .selected { @@ -97,3 +98,7 @@ main { position: absolute; overflow: hidden; } + +.beer-card:hover, .beer-card:active { + background-color: greenyellow; +} \ No newline at end of file