Update styles.css

This commit is contained in:
Kyle
2020-06-04 18:33:19 -07:00
parent cb59846e31
commit 6c1f37bba5

View File

@@ -302,6 +302,13 @@ input[type='checkbox'], select, option, input[type='file'], button {
position: relative;
width: 100%;
}
.fiveSampleCards > div {
transition: transform 0.5s;
}
.fiveSampleCards > div:hover {
z-index: 100;
transform: translate(0, -1em);
}
.layer.revealedLayer > div > div > div > .sample1 {
animation: sample-one 2s;
transform: rotate(-10deg) translate(16%, 15%);