Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 708 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 708 Bytes

odin-recipes

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.