-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
129 lines (97 loc) · 1.77 KB
/
styles.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
@charset "utf-8";
/* CSS Document */
body{
text-align:center;
background-color:#C0C0C0;
}
.screen{
background-color:#242635;
}
#result{
border:none;
color: #fff;
text-align: right;
padding-right: 10px;
font-size:2rem;
height:155px;
width:282px;
background-color:#242635;
}
.row-4 {
padding:4% 1% 14%;
}
.row-3{
padding:4% 2% 3%;
}
.row-2{
padding:4% 2% 3%;
}
.row-5{
/*padding:4% 2% 0%;*/
}
.clear{
width: 50px;
height: 77px;
display:inline-block;
font-size: 2rem;
font-family: Book Antiqua;
border: none;
background-color: #0000D2;
border-radius: 12px 1px;
}
.num{
width: 50px;
height: 50px;
font-size: 2rem;
font-family: Book Antiqua;
border: none;
background-color: #28354F;
border-radius: 100px;
}
p{
color:#FFF;
}
.final-number {
width: 50px;
height: 50px;
font-family: Book Antiqua;
border: none;
border-radius: 100px;
background-color: #F00;
}
.number{
width: 50px;
height: 50px;
font-size:2rem;
font-family: Book Antiqua;
border:none;
background-color:#4AA5FF;
border-radius: 100px;
}
.pick{
}
.top{
border-radius: 19px;
background-color:#242E46;
}
.buttons {
height:292px;
border-radius:0px 0px 0px 15px;
display: inline-block;
width: 78%;
background-color: #242E46;
}
.side-buttons {
height:294px;
border-radius:0px 0px 15px 0px;
display: inline-block;
width: 20%;
background-color: #3F537C;
}
.calculator {
border-radius:19px;
width: 38%;
position: absolute;
left: 37%;
background-color:#242635;
}