-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
103 lines (101 loc) · 1.68 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #312c3e;
}
main{
height: 631px;
padding: 126px;
}
.container{
width: 317px;
margin: auto;
border-radius: 11px;
}
.items{
display: flex;
flex-direction: column;
align-items: center;
}
.zz{
align-self: flex-start;
}
.zero{
border: none;
color: rgb(255, 255, 255);
background-color: rgb(55 58 64);
}
.second{
width: 65px;
height: 65px;
margin-right: 10px;
font-size: 24px;
color: #1e1c24;
background-color: #ffefde;
border: none;
border-radius: 84%;
margin-bottom: 10px;
}
.second:hover{
background-color: #bdb1a4;
}
.first{
padding: 13px;
width: 215px;
border-radius: 27px;
height: 65px;
margin-right: 10px;
font-size: 19px;
color: #1e1c24;
background-color: #ffefde;
border: none;
margin-bottom: 10px;
text-align: start;
}
.sec{
width: 65px;
height: 65px;
margin-right: 10px;
font-size: 24px;
color: #f5e9dc;
background-color: #cf3737;
border: none;
border-radius: 84%;
margin-bottom: 10px;
}
.zero-2{
padding-left: 34px;
padding-right: 34px;
}
.ph{
color: #ffefde;
font-size: 37px;
padding: 9px;
margin-left: -14px;
margin-right: 44px;
}
.ic{
display: flex;
align-content: space-around;
align-items: center;
justify-content: flex-end;
}
svg{
margin-left: 10px;
width: 25px;
}
.icons{
display: flex;
}
#darkbtn{
height: 25px;
background: none;
border: none;
display: none;
}
#btn2{
display: none;
}