-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
68 lines (59 loc) · 1.15 KB
/
style.css
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
68
html,
body {
height: 100%;
}
p{
font-family:'Brush Script MT';
font-size :15mm;
font-weight: bold;
}
.text_box2{
padding: 30px;
width: 20%;
height: 100%;
border: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
align-content: center;
}
#container{
width: 100%;
height: 70%;
background-color: white;
display: flex;
margin: 0 auto;
}
.center_buttons{
margin:auto;
display:block;
}
.text_box1{
padding: 30px;
width: 80%;
height: 100%;
border: 1px solid lightgray;
display: flex;
flex-wrap: wrap;
align-content: center;
position: relative;
overflow: hidden; /* Add this line */
}
#treearea {
/* width: 100%;
height:100%;
text-align: center;
font-size: medium;
display: flex;
justify-content: center;
align-items: center;
position:absolute;
overflow: hidden; Add this line */
}
#myCanvas {
/* justify-content: center;
align-items: center; */
max-width: 100%;
max-height: 100%;
position: absolute;
/* border: 1px solid black; */
}