-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotekit.html
67 lines (52 loc) · 1.03 KB
/
notekit.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
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tinyapp.studio</title>
<style>
/* * { border: 1px solid red; } */
body {
text-align: .center;
}
img {
}
.headercontainer {
width: 100%;
text-align: center;
}
.container {
margin: 32px auto;
max-width: 845px;
}
.item {
width: 845px;
margin-bottom: 32px;
}
.seperator {
width: 615px;
height: 37px;
margin-top: 64px;
margin-bottom: 32px;
}
.header {
width: 334px;
height: 87px;
margin-top: 36px;
margin-bottom: 64px;
}
</style>
</head>
<body>
<div class="headercontainer">
<a href="index.html">
<img class="header" src="images/header.png">
</a>
</div>
<div class="container">
<img class="item", style="margin: 0;" src="images/notekit_big.png">
</div>
<div class="headercontainer">
<img style="width: 145px; height: 61px;" src="images/notekit_download.png">
</div>
</body>
</html>