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; + +}