-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSS4.css
More file actions
72 lines (62 loc) · 1.09 KB
/
Copy pathCSS4.css
File metadata and controls
72 lines (62 loc) · 1.09 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
#table {
width: 100%;
border-color: gray;
}
#NIS {
background-color: blue;
color: white;
width: 20%;
font-family: sans-serif;
}
#NM {
background-color: blue;
color: white;
width: 60%;
font-family: sans-serif;
}
#AM {
background-color: blue;
color: white;
width: 20%;
font-family: sans-serif;
}
#N1 {
background-color: antiquewhite;
color: black;
width: 20%;
font-family: sans-serif;
}
#NM1 {
background-color: antiquewhite;
color: black;
width: 60%;
font-family: sans-serif;
}
#AM1 {
background-color: antiquewhite;
color: black;
width: 20%;
font-family: sans-serif;
}
#N2 {
background-color: white;
color: black;
width: 20%;
font-family: sans-serif;
}
#NM2 {
background-color: white;
color: black;
width: 60%;
font-family: sans-serif;
}
#AM2 {
background-color: white;
color: black;
width: 20%;
font-family: sans-serif;
}
#table :hover {
background-color: green;
color: black;
}