Odin Project's Intro to HTML first project.
Project to show html understanding so far:
- html boilerplate
- working with text (header and paragraphs)
- lists
- links and images
12/23/22 - Added intro to css concepts
- css basic syntax
- selectors/combinators (type, universal, class, id, grouping chaining, descendant)
- css basic properties (color/bg color, typograph basics/text-align), image height & width)
- css cascades (specificity, inheritance, rule order)
- adding css to html (external, internal, inline)