-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmiddle-class.html
53 lines (48 loc) · 914 Bytes
/
middle-class.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
<html>
<head>
<style>
body {
background-color: black;
}
body {
color: white;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<ul>
<li>Skiing holiday, photos</li>
<li>So middle class, thrust</li>
<li>Skiing, Waitrose, arrogant</li>
<li>Guilt, pride, sorry</li>
<li>Post pandemic holiday</li>
<li>Upper, working, middle</li>
<li>25yrs, pain, before skis</li>
<li>Coffee, ice patch, Chaplin</li>
<li>WWF, yeti, wylie coyote</li>
<li>Don't spill, gravity/li>
<li>Hire, daze, stainso</li>
</ul>
</td>
<td>
<ul>
<li>Front entry, wide feet</li>
<li>Swimming, tight boots</li>
<li>Aging muscles, ibuprofen</li>
<li>Rear entry, drag lifts</li>
<li>Europe, 2 dads, 6 kids</li>
<li>Covid papers, great escape</li>
<li>Training, boat, bike, Swiss</li>
<li>Van, travel sick</li>
<li>Boards, phones, stormtroop</li>
<li>Safe word, pineapple</li>
<li>Son, slow down, irony</li>
</ul>
</td>
</tr>
</table>
</body>
</html>