diff --git a/htmlcssguide.html b/htmlcssguide.html index 7b6074c..8293303 100644 --- a/htmlcssguide.html +++ b/htmlcssguide.html @@ -592,11 +592,11 @@ padding: 0;
Omit leading “0”s in values.
+Always include leading “0”s in values.
-Do not put 0
s in front of values or lengths between -1 and 1.
Put 0
s in front of values or lengths between -1 and 1.
font-size: .8em;
+font-size: 0.8em;
Hexadecimal Notation