diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:27:58 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 07:27:58 +0000 |
commit | 1f43abb2b12c49552758019545db596ddb190bfe (patch) | |
tree | e89ff6694ed4d992434f9bcb9d1af862b16b1861 | |
parent | 37d76ca5cfa81e9fea294e1d1496e737675b310e (diff) |
Fri, Jul 5, 2024, 12:27 AM -07:00
-rw-r--r-- | wk8/pset/homepage/styles.css | 1 | ||||
-rw-r--r-- | wk8/pset/homepage/todo.txt | 11 |
2 files changed, 10 insertions, 2 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index 0e206e8..21d5cd9 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -5,6 +5,7 @@ .centered { text-align: center; + color: lightgray } .large diff --git a/wk8/pset/homepage/todo.txt b/wk8/pset/homepage/todo.txt index 637130d..7631418 100644 --- a/wk8/pset/homepage/todo.txt +++ b/wk8/pset/homepage/todo.txt @@ -1,8 +1,15 @@ 4 hmtl pages 1/4 index.html -10 distinct html tags - 0/10 +10 distinct html tags excluding html, head, body, title + 7/10 + meta + link + script + style + header + main + footer Use Bootstrap at least once 0/1 styles.css |