diff options
Diffstat (limited to 'wk8/pset/homepage/todo.txt')
-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 |