Skip to content

Commit

Permalink
Restyling cards
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLimaDev committed Sep 21, 2023
1 parent fa297d3 commit 7e7ca81
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,27 @@ p {
}

.upper {
height: 35%;
background: #F8F7FC;
border-radius: 10px 10px 0 0;
margin: 0.5rem;
height: 27.5%;
width: 17.5%;
background-color: #e31c58;
color: white;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}

.upper:hover {
background-color: #E7E9EE;
.card:hover > a > .upper {
width: 100%;
height: 32%;
margin: 0;
margin-bottom: 0.5rem;
border-radius: 10px 10px 0 0;
}

.material-symbols-outlined {
color: white;
}

.others {
Expand Down

0 comments on commit 7e7ca81

Please sign in to comment.