Spoken Tutorial - CSS 3 - Assignment Funded by the Ministry of Education (MoE), Govt. Of India Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------------------------------------------------------------- Box Model in CSS 1. Open the file "styles.css" which you have created earlier 2. Set the following "styles" for the "div tag" a. "Solid border" for the "left" and "right" side b. "Dotted border" for the "bottom" c. No "border" for the "top" d. "Margin" space for all the sides as "10px" e. "Padding" space for the "left" and "right" side as "15px" 3. Link the "styles.css" file to "webpage.html" file 4. Observe the output