changed style

master
alicestrt 5 years ago
parent 5929a52bdd
commit a31b3b676e

@ -3,17 +3,17 @@
<head>
<meta charset="utf-8">
<title>Your Body Will Make Itself Heard</title>
<link href="alice_project.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
</head>
<body style="background color:#D3D3D3">
<div>
<body style="background-color: #D3D3D3;">
<div class="title">
<h1>Your body will make itself heard</h1>
</div>
<div class="text">
<p>
A reflection on the potential end of food, as brought upon by meal replacements.
</p>
</div>
</body>
</html>

@ -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;
}
Loading…
Cancel
Save