diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 09:54:40 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 09:54:40 +0000 |
commit | 7e82eb426c91d9dee6081ac7df0267a012e23c1f (patch) | |
tree | 8c44853da719f9a98ddfbbef11199f2f7ec88a76 /wk8/pset | |
parent | f115f35ad2bc8cdb2ec907c2fe9477407d2639ad (diff) |
Fri, Jul 5, 2024, 2:54 AM -07:00
Diffstat (limited to 'wk8/pset')
-rw-r--r-- | wk8/pset/homepage/todo.txt | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/wk8/pset/homepage/todo.txt b/wk8/pset/homepage/todo.txt index 44a0a82..4baee77 100644 --- a/wk8/pset/homepage/todo.txt +++ b/wk8/pset/homepage/todo.txt @@ -5,34 +5,41 @@ art.html cats.html 10 distinct html tags excluding html, head, body, title - 7/10 + 10/10 meta link script - style - header main - footer -Use Bootstrap at least once - 0/1 + aside + div + nav + ul + li + a styles.css 5 different selectors - 2/5 + 5/5 class (.) psuedoclass (:) + tag () + id (#) + at-rule (@) 5 different properties - 3/5 - text-align - font-size + 5/5 + margin + box-sizing + font-family + background-color color - background -1 Javascript - 0/1 Mobile friendly 1/1 <meta name="viewport" content="width=device-width, initial-scale=1"> +Use Bootstrap at least once + 0/1 +1 Javascript + 0/1 Specification.txt, list: 10 html tags 5 css properties |