// Pratice exercise #1. Jan 21 // Stacy Aparicio size( 500, 500 ); background( 0, 50 , 100 ); fill( 60, 20, 40 ); rect( 200, 70, 300, 90 ); strokeWeight( 40 ); stroke( 90, 100, 250 ); fill( 50, 10, 798 ); rect( 200, 0, 40, 690 ); fill( 255, 8, 70 ); //Red ellipse( 60, 100, 60, 160 ); rect( 200, 59, 100, 90 ); stroke( 198, 50, 3 ); line( 200, 100, 504, 200 );