pedf
/
spin
Archived
1
0
Fork 0

Změna barvy pozadí na hover u realizátora

master
Emil Miler 3 years ago
parent cc7513e5bd
commit 54beedf534

@ -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;
}