-
Notifications
You must be signed in to change notification settings - Fork 0
LLC: Webmaking with HTML and CSS
Jonathan edited this page Jun 2, 2023
·
19 revisions
- Slides:
- Learner reference:
- Development environment & starter project:
-
Some colours can be specified by name, e.g.,
background-color: red;#FF0000 -
Note that the color name is not enclosed in quotes, i.e., it is
redand not'red'. -
Select named colours, some of which are used in the starter project, include:
darkslategraygoldgoldenrodhotpinklightcyanlightgraylightgreenmediumvioletredskybluewhitewhitesmokeyellowgreen
-
A full list of named colours can be found in the MDN Web Docs References - <named-color> (External link)