-
Notifications
You must be signed in to change notification settings - Fork 1
/
LST_main_html.html
49 lines (48 loc) · 1.16 KB
/
LST_main_html.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:300' rel='stylesheet' type='text/css'>
<meta charset="utf-8" />
<style type="text/css">
body {
font-family: 'Source Code Pro', Courier New;
color: #606060;
padding: 1em 1em 1em 2em;
font-size: 10pt;
min-width: 1000px;
}
.column-left{
float: left;
width: 33%;
text-align: left;
border-right: 1px dotted silver;
}
.column-right{
float: right;
width: 33%;
}
.column-center{
display: inline-block;
width: 33%;
border-right: 1px dotted silver;
}
.ta_right {
text-align: right;
}
.column-01{
float: left;
width: 49%;
text-align: left;
margin-bottom: 30px;
}
.column-02{
float: right;
width: 49%;
text-align: left;
}
.canvas {
height: 325px;
text-align: left;
min-width: 500px;
}
</style>