diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:48:23 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 10:48:23 +0000 |
commit | 234e4eda5cca25ae85b05ec94fd2c32fd08aeaf3 (patch) | |
tree | 7182e691ded0249f0498fbe29fd06d7daf59e274 | |
parent | 0721636608e7f299a80a8e86500bbec3771031b1 (diff) |
Fri, Jul 5, 2024, 3:48 AM -07:00
-rw-r--r-- | wk8/pset/homepage/todo.txt | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/wk8/pset/homepage/todo.txt b/wk8/pset/homepage/todo.txt deleted file mode 100644 index b025eb9..0000000 --- a/wk8/pset/homepage/todo.txt +++ /dev/null @@ -1,47 +0,0 @@ -4 hmtl pages - 4/4 - index.html - factorio.html - art.html - cats.html -10 distinct html tags excluding html, head, body, title - 10/10 - meta - link - script - main - aside - div - nav - ul - li - a -styles.css - 5 different selectors - 5/5 - class (.) - psuedoclass (:) - tag () - id (#) - at-rule (@) - 5 different properties - 5/5 - margin - box-sizing - font-family - background-color - color -Mobile friendly - 1/1 - <meta name="viewport" content="width=device-width, initial-scale=1"> -Use Bootstrap at least once - 1/1 - class="spinner-border" -1 Javascript - 1/1 - disables spinner when site has loaded - -Specification.txt, list: - 10 html tags - 5 css properties - how js and bootstrap were used |