diff --git a/index.html b/index.html index 3cf5638..ad49f4c 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,8 @@ table { border-spacing: 1px 4px; } body { font-family: Arial, sans-serif; } +body{ background-image: linear-gradient(90deg, orange 60%, cyan); } /* Added a background colour */ + /*th { font-size: x-large; }*/ dt { font-size: xxx-large; font-weight: bold; } dd { margin-inline-start: 0px; } @@ -58,6 +60,7 @@ .key div::before { content: ""; display: inline-block; height: 1em; width: 1em; background-color: var(--color); } +
By James Lu

Web Periodic Table v0.0.1

Map of Web APIs/Technologies

@@ -525,4 +528,5 @@

What do the colors represent?

The lighter the color, the more support there is.

The red represents how active the specification or proposal is.

+