-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJsEvent.css
More file actions
89 lines (88 loc) · 1.91 KB
/
Copy pathJsEvent.css
File metadata and controls
89 lines (88 loc) · 1.91 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
87
88
89
.but1{
color: hsl(0, 0%, 99%);
font-family:Arial, Helvetica, sans-serif;
border: 5px;
background-color: rgb(255, 135, 23);
text-align: center;
text-decoration: aliceblue;
padding: 1px;
height: 40px;
width: 140px;
}
.but2{
color: hsl(0, 5%, 4%);
font-family:Arial, Helvetica, sans-serif;
border: 5px;
background-color: rgb(239, 239, 245);
text-align: center;
text-decoration: aliceblue;
padding: 1px;
height: 40px;
width: 140px;
}
.but3{
color: hsl(0, 0%, 99%);
font-family:Arial, Helvetica, sans-serif;
border: 5px;
background-color: #05c75c;
text-align: center;
text-decoration: aliceblue;
padding: 1px;
height: 40px;
width: 140px;
}
.but4{
color: hsl(0, 0%, 99%);
font-family:Arial, Helvetica, sans-serif;
border: 5px;
background-color: #c4c705;
text-align: center;
text-decoration: aliceblue;
padding: 1px;
height: 40px;
width: 140px;
}
.but5{
color: hsl(0, 0%, 99%);
font-family:Arial, Helvetica, sans-serif;
border: 5px;
background-color: #0dbbf0;
text-align: center;
text-decoration: aliceblue;
padding: 1px;
height: 40px;
width: 140px;
}
.but6{
color: hsl(0, 0%, 99%);
font-family:Arial, Helvetica, sans-serif;
border: 5px;
background-color: #f31dd6;
text-align: center;
text-decoration: aliceblue;
padding: 1px;
height: 40px;
width: 140px;
}
.but7{
color: hsl(0, 0%, 99%);
font-family:Arial, Helvetica, sans-serif;
border: 5px;
background-color: #ee546d;
text-align: center;
text-decoration: aliceblue;
padding: 1px;
height: 40px;
width: 140px;
}
.but8{
color: hsl(0, 0%, 99%);
font-family:Arial, Helvetica, sans-serif;
border: 5px;
background-color: #f8dc40;
text-align: center;
text-decoration: aliceblue;
padding: 1px;
height: 40px;
width: 140px;
}