Coding & Tutorial (week 3)
- Teng
- Sep 20, 2020
- 1 min read
On today's lesson, we continue learning about CSS "Cascading Style Sheet"
Linking the CSS file to HTML file
Internal Method (2nd in specficity)

2. In-line Method (1st in specficity)

3. External Method (3rd in specficity)

Tips!! In CSS, the more bottom the elements = more specific in style. Therefore, the bottom would always overwright the top.
Elements on CSS files
- different codes are used on css file to change specific element on the html file
Deactive code
/* */
Comment code
<!--TO DO-->
Other colour
could use "hexcode" google
Different list style type
google list style code
Tutorial
On my progress of my project, I have shown Mr Kevin a few potential concept & idea this is the feedback I received from him.
A) Concept 1 (red string of fate)
inspired by the string of fate - could be a representation of a relationship (the end is connected), while for Single ppl could be “a symbol of still searching/ in progress”
feedback: the execution of using red strings & embriodery is interesting. However, I need to figure out a stronger connection for this concept to link it to.
B) Concept 2 (media & pop culture)
it would be related to the content of the media (example:type of relationship/single portrayed). Execution could be like a quiz or game for people to figure out what categories they fall under.
feedback: the idea/ concept of doing a quiz & game I have done before. Therefore, try to avoid doing something I have previously done and explore others. The concept sitll need to be strengthen more.
Based on the feedback I received, I am going to continue to work with it.
Comments