View the site: https://3-aln.github.io/odin-recipes/
This is a simple website containing some recipes I like. Check it out!
The following are some skills I demonstrated through completing this project.
Basic HTML:
- Using absolute and relative links.
- Using ordered and unordered lists.
- Using other basic HTML elements, like paragraphs, headings, and images.
Basic CSS:
- Using type and class selectors, along with grouping selectors and descendant combinators.
- Styling text, links with font properties (font family, weight, size, style).
- Adding colours to various elements (text, links, backgrounds).
- Understanding of the box model (padding, borders, margin).
- Text alignment.