colors Flashcards
1
Q
Name three different types of values you can use to specify colors in CSS.
A
keywords
eg. red, blue, green
hex values
eg. #000000, #ffffff
rgb() functions
eg. rgb(199, 199, 199)
Name three different types of values you can use to specify colors in CSS.
keywords
eg. red, blue, green
hex values
eg. #000000, #ffffff
rgb() functions
eg. rgb(199, 199, 199)