danielelli / odin-recipes

A recipe page built using HTML/CSS

Home Page:https://danielelli.github.io/odin-recipes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odin-recipes

image

A minimalistic recipe website that is simple yet sweet (or savory, depending on the recipe 😄)

To locally install this project, clone the repository:

git clone git@github.com:danielelli/odin-recipes.git

To run, a good recommendation is live-server:

npm install -g live-server

or use the Live Server VSCode extension.

Design Choices

Font used: Arial

Color Palette:

Screenshot 2024-04-14 231918

  • #FFFFFF -> White
  • #424B54 -> Charcoal
  • #EBCFB2 -> Desert Sand
  • #C5BAAF -> Silver

About

A recipe page built using HTML/CSS

https://danielelli.github.io/odin-recipes/


Languages

Language:HTML 91.5%Language:CSS 8.5%