-
Notifications
You must be signed in to change notification settings - Fork 1
/
art-with-a-purpose.html
61 lines (46 loc) · 1.08 KB
/
art-with-a-purpose.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Art with a purpose</title>
<style>
body {
margin: 2rem;
}
p {
line-height: 1.5rem;
max-width: 24rem;
margin-block: 1.5rem;
}
@media (prefers-color-scheme: dark) {
body {
background-color: oklch(31.14% 0.021 285.75);
color: oklch(90% 0.008 286.75);
}
h1 {
color: oklch(95% 0.008 286.75);
}
}
</style>
</head>
<body>
<h2>Art with a purpose is propaganda</h2>
<p>
It might be <em>correct</em> propaganda, for your definition of correct, but it
is propaganda nonetheless.
</p>
<p>
Art usually gets repurposed as propaganda over a long enough time frame, but
that's not what I'm talking about.
</p>
<p>
This is not a pejoritive: propaganda is useful, just like entertainment, and
artists are often involved in all three. But not all art is created by artists.
</p>
<p>
Maybe I should not call it art - these artifact of an unspeakable, unsupressible
urge to create. These are without purpose. They just are.
</p>
</body>
</html>