add word lengths, letter difference count, and letter difference off by one

This commit is contained in:
relikd
2021-03-01 22:18:00 +01:00
parent cd2df69576
commit 304bd4a6fd
3 changed files with 74 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ nav {
}
nav a { padding: .5em .25em; color: #FFF; text-decoration: none; }
dt { font-weight: lighter; margin: .5em 0 }
dd span { display: block; color: #33F; }
dd span { display: block; color: #33F; margin-top: .5em; }
table { width: 100%; }
td { text-align: center; font-size: 0.9em; }
h3 + table { margin-top: -4em; }