Skip to content

LLC: Webmaking with HTML and CSS

Jonathan edited this page Jun 6, 2023 · 19 revisions

Information

Current versions

Links

  • Slides:
  • Learner reference:
  • Development environment & starter project:

Extras

Learner resources

HTML reference

CSS reference

Properties

Colours

Named colours

  • Some colours can be specified by name, e.g., background-color: red;

  • Note that the color name is not enclosed in quotes, i.e., it is red and not 'red'.

  • Select named colours, some of which are used in the starter project, include:

    • darkslategray
    • gold
    • goldenrod
    • hotpink
    • lightcyan
    • lightgray
    • lightgreen
    • mediumvioletred
    • skyblue
    • white
    • whitesmoke
    • yellowgreen
  • A full list of named colours can be found in the MDN Web Docs References - <named-color> (External link)

Hexadecimal

RGB

Clone this wiki locally