This is my alien landscape project from the canvas folder I worked on in Dreamweaver. I really enjoyed this project because I liked learning how to work with Dreamweaver and create things by code, but this took me days to complete this project. I learned how to create a gradient in Dreamweaver and I also learned how to create distinctive shapes. //// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> YOUR CODE STARTS HERE // BACKGROUND var myGradient0 = context.createRadialGradient(0,0,50,100,100,300); myGradient0.addColorStop(0,"rgba(174,160,217,1)"); myGradient0.addColorStop(0.25,"rgba(102,122,230,1)"); myGradient0.addColorStop(0.5,"rgba(144,116,153,1)"); myGradient0.addColorStop(0.75,"rgba(123,47,211,1)"); myGradient0....