Spoken Tutorial - CSS 3 - Assignment Funded by the Ministry of Education (MoE), Govt. Of India Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------------------------------------------------------------- Float and Overflow in CSS 1. Open the file "webpage.html" which you have created earlier 2. Add the image "veg.png" in the "div block" 3. Open the file "styles.css" which you have created earlier 4. Update the following for "div block" : a. "width" to "600px" b. "height" to "200px" c. "overflow value" to "scroll" 5. Set the "float value" to "right" for the "image" 6. Link the "styles.css" file to "webpage.html" file 7. Observe the output