PROJECT 2: Website Redesign Prototype
Khansa Raudlatus Syahiidah / 0374511 Advanced Typography / Bachelor of Design (Honours) in Creative Media PROJECT 2: Website Redesign Prototype TABLE OF CONTENTS : 1. Lectures 2. Instructions 3. Proposal 4. Feedback 5. Reflection 1. LECTURES CSS - ( Cascading style sheet ) - CSS allows you to create rules that specify how the content of an element should appear CSS style rules with HTML elements - CSS works by associating rules with HTML elements. These rules govern how the content of specified elements should be displayed. - A CSS rules contains two parts: Selector and Declaration Selector: Indicate which elements the rule applies to. The same rule can apply to more than one element if you separate the element names with commas. Declaration: Indicate how the elements referred...