-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (54 loc) · 1.05 KB
/
style.css
File metadata and controls
63 lines (54 loc) · 1.05 KB
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
.title{
font-family: 'Trebuchet MS', sans-serif;
font-size: 50px;
font-weight:bolder;
margin: 0px;
overflow: auto;
/* color: darkslategrey; */
}
.hline{
margin-top:-10px;
margin-bottom:20px;
}
.btn{
font-family: 'Trebuchet MS', sans-serif;
font-size: 20px;
background-color:rgb(0, 252, 13);
margin-left: 20px;
padding: 10px;
width:auto;
}
.subtitle{
font-family: 'Trebuchet MS', sans-serif;
font-size: 30px;
font-weight:bolder;
margin: 0px;
overflow: auto;
padding-left:50px;
/* color: darkslategrey; */
}
.inputstyle{
font-size: 20px;
padding: 5px;
opacity: 0.7;
}
#leftbox{
float:left;
width:30%;
height:1000px;
border-spacing:0 0;
}
#rightbox{
float:right;
width:70%;
height:1000px;
border-spacing:0 0;
}
.vertLine {
width: 0px;
border: 0.5px solid #000000;
height: 1000px;
position: absolute; /* I manually centered this since margin auto doesn't automatically place it */
left: 435px;
bottom:initial;
}