CSS3 Transitions Game

RJM Programming - October, 2017

Thanks to https://www.w3schools.com/css/css3_transitions.asp

Starts as width: 300px; height: 200px; ... After delay of 3 seconds
Transitions to width: 600px; over 22 seconds, height: 400px; over 4 seconds

Starts as float: left;
Transitions to float: right; over 2 seconds