diff --git a/style.css b/style.css index 2bf8ff9..f1fa033 100644 --- a/style.css +++ b/style.css @@ -100,6 +100,11 @@ main .team figure { background-color: #fff; padding: 1em; margin: 0; + transition: all .1s linear; +} +main .team figure:hover { + background-color: #ff4e6c; + color: #fff; } main .team figure, main .team figure * { cursor: pointer } main .team figure img { width: 100% } @@ -167,6 +172,7 @@ footer img:hover { transform: scale(1.1) } max-width: var(--width); padding: 3em; background-color: #fff; + color: #324c9c; transform: translate(0, -2em); transition: transform .2s ease-out; }