-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsabina.html
More file actions
41 lines (40 loc) · 1.55 KB
/
Copy pathsabina.html
File metadata and controls
41 lines (40 loc) · 1.55 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about sabina</title>
<style>
body {
background-color: black;
}
h1, div {
color: white;
font-family: serif;
}
#sabina {
color: white;
font-family: serif;
}
</style>
</head>
<body>
<h1>About sabina...</h1>
<div style="font-size: 80px;";>she is?</div>
<img src="flower.jpg" width="300">
<pre id="sabina">
Tomáš's mistress and closest friend.
Sabina lives her life as an extreme example of lightness,
taking profound satisfaction in the act of betrayal.
She declares war on kitsch and struggles against the constraints imposed upon
her by her puritan ancestry and the Communist Party.
This struggle is shown through her paintings. She occasionally expresses excitement at humiliation,
as shown through the use of her grandfather's bowler hat,
a symbol that is born during one sexual encounter with Tomáš,
before it eventually changes meaning and becomes a relic of the past. Later in the novel,
she begins to correspond with Šimon while living under the roof of some older Americans
who admire her artistic skill.
</pre>
</body>
</html>