-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimetable.css
More file actions
81 lines (66 loc) · 1.04 KB
/
Copy pathtimetable.css
File metadata and controls
81 lines (66 loc) · 1.04 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
h1 {
color: blacks;
text-align: center;
}
h2 {
color: blueviolet;
text-align: center;
}
.day {
color: brown;
background-color: black;
text-align: justify;
}
.time {
color: blue;
background-color: antiquewhite;
}
footer {
text-align: center;
color: royalblue;
font-size: large;
}
.A {
color: chocolate;
background-color: red;
}
.B {
color: yellowgreen;
background-color: black;
}
.U {
color: pink;
background-color: orange;
}
.A1 {
color: crimson;
background-color: peachpuff;
}
.A2 {
color: coral;
background-color: brown;
}
.A3 {
color: blueviolet;
background-color: antiquewhite;
}
.A4 {
color: green;
background-color: orangered;
}
.A5 {
color: wheat;
background-color: green;
}
.A6 {
color: gold;
background-color: olivedrab;
}
.A7 {
color: black;
background-color: blueviolet;
}
.M {
color: goldenrod;
background-color: blue;
}