Exercise by:
Daniella Engmann
23 Years Old
North Ridge Lyceum
Read / Add Comments
Animation Effects CODERS Club Meeting
Session: 43
Saturday 19th October, 2013

Course: Coding
Course Lesson: CSS
Activity: Animation Effects 5

im
1 2 3 4 5
Use html and css to insert five images of wheels with marginsof 20px each. All the wheels should have width of 80px and height of 80px. Place all the wheels in a parent box of width 650px.Using CSS,give the parent box a shadow and a border of 1px. Using CSS apply animation-duration of 2s,animation-delay of 1s,animation-direction of alternate and animation-iteration-count of infinte to all the wheels.The animation-name for each wheel should be as follows:
a.mywheel1
b.mywheel2
c.mywheel3
d.mywheel4
e.mywheel5