-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanvas.css
89 lines (65 loc) · 1.49 KB
/
canvas.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* .fcontainer{
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
background: whitesmoke;
width: 175vh;
height: 80vh;
margin-left:30px;
margin-right: 30px;
margin-top: 30px;
flex-wrap: wrap;
border: 1px solid #000;
} */
#canvas1{
/* display: lex;f */
/* display: flex;
justify-content: center;
align-items: center; */
border: 1px solid #000;
/* position:absolute; */
background: white;
width: 150h;
height:75vh;
margin-left: 60px;
margin-top: 10px;
margin-right: 40px;
/* margin-bottom: 10px; */
}
.fcontainer{
display: flex;
justify-content: center;
}
.fHeader{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
height: 10px;
}
button.resetButton{
/* display: flex; */
border-radius: 1px;
margin-left: 390px;
border: 1px solid #000;
font-size: 9px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight:500;
cursor:pointer;
}
button.resetButton:hover {
background-color: aquamarine;
}
#resetButton:hover {
background-color: azure;
}
.resetButton:active {
background-color: aquamarine;
}
/* .fitem{
border: 2px solid black;
border-color: black;
border-radius: 5px;
padding: 10px;
margin-right:2px;
font-size: 30px;
/* font-size: 30px;
} */