-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSheet.css
More file actions
88 lines (73 loc) · 1.32 KB
/
Sheet.css
File metadata and controls
88 lines (73 loc) · 1.32 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
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
body {
padding-top: 5em;
}
#container {
height: 400px;
width: 300px;
border: solid 1px;
border-radius: 3px;
margin-left: auto;
margin-right: auto;
}
#screenContainer {
/* background-color: blue; */
flex-direction: row;
align-content: center;
justify-content: center;
}
#inputScreen {
display: block;
margin-left: auto;
margin-right: auto;
height: 50px;
width: 250px;
margin-top: 20px;
font-size: 40px;
font-family: Geneva;
}
#selectList {
/* background-color: blanchedalmond; */
position: relative;
margin-top: 1.5em;
}
#mySelect {
display: inline;
margin-left: 15em;
}
#tableKeys {
margin-top: 0.em;
align-content: center;
}
#tableK {
align-content: center;
background-color: #fff;
margin-left: auto;
margin-right: auto;
}
td {
width: 50px;
height: 50px;
border-radius: 5px;
text-align: center;
}
.digit:link {
text-decoration: none;
background-color: #559;
padding: 6px 24px;
border-radius: 3px;
font-size: 2em;
font-family: Georgia;
}
.operator:link {
text-decoration: none;
background-color: #221;
padding: 6px 24px;
border-radius: 3px;
font-size: 2em;
}
#imag {
width: 70%;
height: 50px;
background-color:pink;
cursor: pointer;
}