diff --git a/css-options.html b/css-options.html index f529ccc..6ff019e 100644 --- a/css-options.html +++ b/css-options.html @@ -772,7 +772,7 @@

Units & Sizes

Colors

Colors of CSS properties can be specified in a few different ways.

-

You can use one of a list of 140 predefined color names:

+

You can use one of a list of 140 predefined color names:

p {
    color: mediumpurple;
 }