From 73d39f3997e4a696d0be902785d103c5039e605a Mon Sep 17 00:00:00 2001 From: alicestrt Date: Mon, 13 Sep 2021 11:58:29 +0200 Subject: [PATCH] added new episode class --- index.html | 17 ++++++++++++++++- style.css | 10 ++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 127dd95..539d38c 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,24 @@ logo +

Episode 1

- Potato recipe + Potato hummus/spread recipe: +
    +
  • 1 kg potatoes
  • +
  • 1 onion
  • +
  • Sunflower oil
  • +
  • 200g ricotta
  • +
  • 4 very fresh eggs
  • +
+
+
+

Episode 2

+ +On recipe notebooks + +
diff --git a/style.css b/style.css index 91f7657..f9a79bf 100644 --- a/style.css +++ b/style.css @@ -50,6 +50,16 @@ h2 { .description { margin-left: 5%; + font-family: 'Open Sans', sans-serif; + +} + +.episode { + margin-bottom: 20px; +} + +ul { + margin-left: 5%; } .gif {