Skip to content

Commit

Permalink
Merge pull request #11 from bocacode/changed-background-of-beer-card
Browse files Browse the repository at this point in the history
Changed background of beer card
  • Loading branch information
toddalbert authored Oct 31, 2023
2 parents 5823e0c + 5f190a9 commit 0fabc19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ main {
border-radius: 8px;
margin: 0.5em;
width: 260px;
background-color:darkkhaki;
cursor: pointer;
}

Expand All @@ -45,6 +46,10 @@ main {
border-width: thick;
border-color: yellow;
}
.beer-card:hover, beer-card:active{
background-color: green;
}


.beer-image {
width: 100%;
Expand All @@ -60,6 +65,7 @@ main {
transform: scale(1.2)
}


.close-button {
position: absolute;
top: 4px;
Expand Down

0 comments on commit 0fabc19

Please sign in to comment.