Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianca-LM committed Sep 21, 2023
1 parent 3f5f9f3 commit a536504
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,14 @@ button:hover {
footer {
text-align: center;
background-color:#516162;
padding-bottom: 1.5em;
padding: 1.5em;
margin-top: 0.5em;
color: rgb(198, 198, 198);
}

footer a {
color:rgb(198, 198, 198);
text-decoration: underline;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
Expand Down

0 comments on commit a536504

Please sign in to comment.