blob: 101dc9d467df67a5ee3cef99d116825f745a4d96 (
plain)
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
62
63
64
65
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>composed</title>
<style>
* {
line-height: 1.5em;
}
h1 {
font-size: 4em;
}
h1, h2 {
font-family: Georgia, serif;
font-style: italic;
font-weight: normal;
}
img {
width: 40%;
margin-bottom: 2em;
margin-top: 1em;
float: left;
margin-top: 1em;
margin-left: 2.5%;
image-rendering: pixelated;
}
div {
width: 70%;
margin-bottom: 1em;
overflow: hidden;
}
audio {
width: 95%;
margin-top: 1em;
margin-bottom: 1em;
}
audio::-webkit-media-controls-panel {
background-color: #ffffec;
}
p {
font-family: Luxi Sans, serif;
float: right;
text-align: left;
width: 40%;
}
::-webkit-scrollbar {
width: 0.25em;
}
::-webkit-scrollbar-track {
background: #fffffec;
}
::-webkit-scrollbar-thumb {
background: #000000;
}
body {
background-color: #ffffec;
}
</style>
</head>
<body>
<center>
<h1>composed</h1>
|