Interactive Design Project 2: Working Web Page
18.6.2024 - 29.6.2024 (Week 8 - Week10) Lew Guo Ying / 0365721 / Bachelor of Design in Creative Media Interactive Design Project 2: Working Web Page Jumplink 1. Lectures 1.1. Week 9: Box Model 2. Instructions 2.1. Exercise Week 10: Final Project 2.2. Task 2: Working Web Page 3. Reflections Lectures Week 9: Box Model Fig9.1 Box Model PDF Box Model and layout The display property is one of the most important in CSS for controlling layout. Every element has a default display value, usually block or inline. The Box Model consists of four layers: content, padding, border, and margin. The size of each layer can be specified using CSS units such as em, %, and px. Flexbox (Flexible Box Layout) is used to create responsive and efficient web layouts. Key properties of Flex containers and Flex items are highlighted. Instructions ...