BOUNCE ANIMATION :- (VIDEO48) SOURCE CODE:- <! DOCTYPE html > < html lang =" en "> < head > < meta charset =" UTF-8 "> < meta name =" viewport " content =" width=device-width, initial-scale=1.0 "> < title >Exercise 8 - Bounce Animation</ title > < style > * { margin: 0 ; padding: 0 ; } . container { background-color: rgb ( 255 , 255 , 255 ); height: 90 vh ; width: 90 vw ; position: relative ; } . ball { background-color: red ; ...