-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
86 lines (74 loc) · 1.3 KB
/
style.css
File metadata and controls
86 lines (74 loc) · 1.3 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
* {
padding: 0;
margin: 0;
}
html, body #fullheigth {
min-height: 100% !important;
height:100%;
font-family: Arial, Helvetica, sans-serif;
background-color: black;
}
.container {
height: 100%;
background-color: black;
}
.result {
display: flex;
justify-content: flex-end;
align-items: flex-end;
color: white;
height: 39%;
}
.result span {
margin-right: 60px;
font-size: 210px;
justify-self: flex-end;
}
.buttons {
width: 100%;
height: 60%;
background-color: black;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
}
.item {
display: flex;
justify-content: center;
align-items: center;
font-size: 100px;
color: white;
border-radius: 100%;
width: 210px;
height: 210px;
padding: 10px;
cursor: pointer;
align-self: center;
justify-self: center;
}
.percent {
background-color: #a5a5a5;
border:none;
color: black;
}
.item1 {
background-color: #a5a5a5;
border: none;
}
.item3 {
background-color: #ff9f0a;
border: none;
}
.numbers, .comma {
background-color: black;
border:none;
}
.negative, .clear {
color: black;
}
.itemZero {
background-color: #343434;
width: 435PX;
border-radius: 135px;
grid-column: span 2;
border: none;
}