-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
79 lines (79 loc) · 1.25 KB
/
style.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
*{
margin: 0;
padding: 0;
}
body{
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
h1{
padding: 10px;
font-size: 60px;
font-family: 'Times New Roman', Times, serif;
}
.container{
background-color: aliceblue;
width: 280px;
height: 480px;
box-shadow: 0 0 10px black;
padding: 10px;
border-radius: 10px;
}
.btn-2, .btn-3, .btn-4, .btn-5{
padding: 13px 13px 16px 19px;
}
.btn-1{
padding: 13px 12px 10px 9px;
}
.btn{
border: none;
background-color: aliceblue;
font-size: 28px;
font-weight:520;
margin: 0px 9.5px;
}
.btn1{
border: none;
background-color: aliceblue;
font-size: 28px;
font-weight:520;
margin: 0px 9.5px;
}
.input{
padding: 10px;
height: 160px;
width: 234px;
background-color: aliceblue;
border: none;
text-align: right;
font-size: 40px;
overflow: hidden;
pointer-events: none;
}
.com{
color: orangered;
}
.com-1{
background-color: orangered;
color: white;
border-radius: 30%;
width: 45px;
height: 45px;
text-align: center;
padding-left: 13px;
padding-top: 9px;
}
.btn:active{
color:darkgreen;
box-shadow: 0 0 2px black;
}
.button:active{
color: darkgreen;
box-shadow: 0 0 2px black;
}
#btn{
font-size: 22px;
}