added description

master
alicestrt 5 years ago
parent 29d18ca9ef
commit 67c8078a74

@ -5,17 +5,22 @@
<title>Your Body Will Make Itself Heard</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body style="background-color: #D3D3D3;">
<body style="background-color: #F0F0F0;">
<div class="title">
<h1>Your body will make itself heard</h1>
Is it time to eat <br> or is there no more time to eat?
</div>
<div class="text">
<p>
A reflection on the potential end of food, as brought upon by meal replacements.
Have you tried any meal replacements yet? If so, what do you think?
</p>
<img src="img/food.png" />
<p>
Is it time to eat/is there no more time to eat is a long-winded review of the most prominent techno-solutionist creation in terms of food. It manifests itself into a video essay and a... well... written essay, alongside an archive of images, articles, videos and more, which together deconstruct the culture of future food, born in the valley of technological quick-fixes.
</p>
<p>
Stalk this <a href="http://pzwiki.wdka.nl/mediadesign/User:Alice/Sixth_trimester">wiki</a> for the latest updates.
</p>
</div>
</body>
</html>

@ -1,14 +1,18 @@
.text {
font-size: 30px;
font-size: 18px;
font-family: 'Inconsolata', monospace;
width: 60%;
text-align: justify;
margin-top: 40px;
}
.title {
font-size: 40px;
font-size: 30px;
font-weight: bold;
color: red;
font-family: 'Inconsolata', monospace;
font-family: 'Open Sans', sans-serif;
text-align: left;
}

Loading…
Cancel
Save