added index html and css
parent
a320422371
commit
b66dfb93c0
@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
font-family: 'Inconsolata', monospace;
|
||||
|
||||
p {
|
||||
font-size: 30px;
|
||||
color: black;
|
||||
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Your Body Will Make Itself Heard</title>
|
||||
<link href="alice_project.css" rel="stylesheet">
|
||||
</head>
|
||||
<body style="background color:#D3D3D3">
|
||||
|
||||
<div>
|
||||
<h1>Your body will make itself heard</h1>
|
||||
<p>
|
||||
A reflection on the potential end of food, as brought upon by meal replacements.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue