Also the code that i can see from browser has code that hasnt got correct endings for example!
@keyframes goUp {
0% {
margin-top:0%;
display:block <<<<<<<<<<<<<<<<<
}
should be
@keyframes goUp {
0% {
margin-top:0%;
display:block; <<<<<<<<<<<<<<<<<<<<<<<<<
}
so fix all that and allow color changes for the nasty green colour so it can be any color for example white )black background).
-
This reply was modified 4 years, 6 months ago by jamieduk.