Skip to content

Commit

Permalink
Provide a hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ianabrown committed Sep 14, 2020
1 parent d4ad7b8 commit 98cd723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ main {
text-align: center;
}

.project:hover {
box-shadow: 10px 10px 30px #888888;
background-color: #dddddd;
}

.project-name {
font-style: italic;
}
Expand Down

0 comments on commit 98cd723

Please sign in to comment.