From a31b3b676ecc61f8e5ec65153d34f1e37b45e9ec Mon Sep 17 00:00:00 2001 From: alicestrt Date: Mon, 6 May 2019 16:50:00 +0200 Subject: [PATCH] changed style --- 2019/Alice_Strete/index.html | 12 ++++++------ 2019/Alice_Strete/style.css | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 2019/Alice_Strete/style.css diff --git a/2019/Alice_Strete/index.html b/2019/Alice_Strete/index.html index 01a2356..b83bbda 100644 --- a/2019/Alice_Strete/index.html +++ b/2019/Alice_Strete/index.html @@ -3,17 +3,17 @@ Your Body Will Make Itself Heard - + + - - -
+ +

Your body will make itself heard

+
+

A reflection on the potential end of food, as brought upon by meal replacements.

- - diff --git a/2019/Alice_Strete/style.css b/2019/Alice_Strete/style.css new file mode 100644 index 0000000..13e3fb9 --- /dev/null +++ b/2019/Alice_Strete/style.css @@ -0,0 +1,14 @@ + +.text { + font-size: 30px; + font-family: 'Inconsolata', monospace; + + } + +.title { + font-size: 40px; + font-weight: bold; + color: red; + font-family: 'Inconsolata', monospace; + +}