Davidacevedo (Talk | contribs) |
Davidacevedo (Talk | contribs) |
||
Line 495: | Line 495: | ||
@keyframes float { | @keyframes float { | ||
0% { | 0% { | ||
− | |||
transform: translatey(0px); | transform: translatey(0px); | ||
} | } | ||
50% { | 50% { | ||
− | |||
transform: translatey(-20px); | transform: translatey(-20px); | ||
} | } | ||
100% { | 100% { | ||
− | |||
transform: translatey(0px); | transform: translatey(0px); | ||
} | } | ||
Line 511: | Line 508: | ||
height: 10vh; | height: 10vh; | ||
width: 10vh; | width: 10vh; | ||
+ | overflow: hidden; | ||
color: #fff; | color: #fff; | ||
Line 521: | Line 519: | ||
transition: background-color 0.3s; | transition: background-color 0.3s; | ||
transform: translatey(0px); | transform: translatey(0px); | ||
− | + | animation: float 6s ease-in-out infinite; | |
} | } | ||
Revision as of 14:51, 14 October 2018
E. coding
Tec-Monterrey