-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
105 lines (81 loc) · 1.28 KB
/
Copy pathcss.css
File metadata and controls
105 lines (81 loc) · 1.28 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.box {
display: flex;
}
.float-child {
display: inline-block;
}
.center {
text-align: center;
}
#wrapper {
display: flex;
justify-content: center;
}
button {
margin-top: 10px;
border-radius: 15px;
}
#scheme1text {
color: #FFC20A;
background-color: #0C7BDC;
}
#scheme2text {
color: #994F00;
background-color: #006CD1;
}
#scheme3text {
color: #E1BE6A;
background-color: #40B0A6;
}
#scheme4text {
color: #E66100;
background-color: #5D3A9B;
}
#scheme5text {
color: #1AFF1A;
background-color: #4B0092;
}
#scheme6text {
color: #FEFE62;
background-color: #D35FB7;
}
#scheme7text {
color: #005AB5;
background-color: #DC3220;
}
#scheme8text {
color: #1A85FF;
background-color: #D41159;
}
#scheme1 {
color: #FFC20A;
background-color: #0C7BDC;
}
#scheme2 {
color: #994F00;
background-color: #006CD1;
}
#scheme3 {
color: #E1BE6A;
background-color: #40B0A6;
}
#scheme4 {
color: #E66100;
background-color: #5D3A9B;
}
#scheme5 {
color: #1AFF1A;
background-color: #4B0092;
}
#scheme6 {
color: #FEFE62;
background-color: #D35FB7;
}
#scheme7 {
color: #005AB5;
background-color: #DC3220;
}
#scheme8 {
color: #1A85FF;
background-color: #D41159;
}