-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
86 lines (76 loc) · 1.43 KB
/
style.css
File metadata and controls
86 lines (76 loc) · 1.43 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
body, html{
background: #ecedef;
margin: 0;
padding: 0;
}
.container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
box-shadow: 0 10px 55px -25px rgba(0, 0, 0, 0.92);
border-radius: 8px;
padding-bottom: 20px;
width: 320px;
}
.display {
width : 100%;
height : 60px ;
padding : 40px 0;
background: #fd9395;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.buttons {
padding: 20px 20px 0 20px;
}
.row {
width: 280px;
float: left;
}
#ac {
width: 95px;
border-radius: 10px;
}
#hapus{
background-image: url(image/backspace.png);
background-size: 32px;
background-repeat: no-repeat;
background-position: center;
width: 95px;
border-radius: 10px;
}
input[type=button] {
width: 60px;
height: 60px;
float: left;
padding: 0;
margin: 5px;
box-sizing: border-box;
background: #ecedef;
border: none;
font-size: 30px;
border-radius: 12%;
font-weight: 700;
line-height: 30px;
border-radius: 12%;
font-weight: 700;
color: #474747;
cursor: pointer;
}
input[type=text] {
width: 270px;
height: 60px;
float: left;
padding: 0;
box-sizing: border-box;
border: none;
background: none;
color: #ffffff;
text-align: right;
font-weight: 700;
font-size: 60px;
line-height: 60px;
margin: 0 25px;
}