INTERACTIVE DESIGN PROJECT 2
INTERACTIVE DESIGN PROJECT 1
Bachelor of Design (Honours) in Creative Media
WEEK6 - WEEK8
Please refer to exercise and Project 1
RECAP
In the fifth week, the instructor introduced us to the use of CSS and how to make it into HTML.
In CSS, content usually refers to the text, images, links, and so on inside the HTML elements to be styled. CSS is used to control the appearance, layout, and behavior of this content.
Text style: CSS can be used to define the style of text, including font, size, text color, text decoration (such as underline or strikeout), letter spacing, line height. You can use CSS rules to select text to style.
Text alignment: With CSS, you can control the alignment of text, including left alignment, right alignment, center alignment, and both ends alignment.
Text decoration: CSS allows you to add text decoration, such as underlining, strikeout, text shadows, etc., to change the appearance of text.
Text spacing: You can use CSS to control the spacing between characters (letter spacing) and between lines (line height) to change the layout of text.
Background image: CSS allows you to add an image to the background of an element, which can be used to create a visually appealing background.
Link style: Links are common content elements in web pages, and CSS can be used to define the style of links, including the appearance of unvisited links, visited links, and hovering links.
INSTRUCTION




评论
发表评论