Interactive Design / Project 2 - Website Redesign Prototype

Week 6 - Week 9 (28/04/25 - 18/06/25) Felice Jolin (0373636) Interactive Design / Bachelor of Design (Hons) in Creative Media Project 2 - Website Redesign Prototype TABLE OF CONTENT Lectures Instruction Task Reflection LECTURES Week 7 - Box Model The display property is key to controlling layout in CSS. Each element has a value: block or inline . Block Element <div> is the standard block-level element. A block-level element starts on a new line and stretches out to the left and right as far as it can. Fig. 1.1 Block Element Inline Element <span> is the standard inline element. An inline element can wrap some text inside a paragraph <span> like this </span> without disrupting the flow of that paragraph. Fig. 1.2 Inline Element Other display properties : - Inline-Block - Flex - Grid...