blob: 6422b9a541828fbb8ac198c30ed824a51fe3df3b (
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
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>drawn</title>
<style>
* {
line-height: 0em;
}
h2 {
font-family: Verdana, Go, sans-serif;
font-style: italic;
line-height: 1em;
float: left;
margin-left: 10%;
font-weight: normal;
}
img {
width: 50%;
margin-right: 10%;
float: right;
image-rendering: pixelated;
}
::-webkit-scrollbar {
width: 0.25em;
}
::-webkit-scrollbar-track {
background: #ffffec;
}
::-webkit-scrollbar-thumb {
background: #000000;
}
a:link {
padding-left: 45%;
color: #000040;
font-style: normal;
text-decoration: none;
}
a:visited {
color: #000040;
}
h1 {
font-size: 4em;
font-family: Verdana, Go, serif;
font-style: italic;
font-weight: normal;
}
</style>
</head>
<body bgcolor=#ffffec>
<center>
<h1>drawn</h1>
|