-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (69 loc) · 1.04 KB
/
style.css
File metadata and controls
84 lines (69 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
82
83
84
h1 {
text-align : center;
font-family : "Comic Sans MS";
}
h2 {
text-align : center;
font-family : "Comic Sans MS";
}
h3 {
text-align : center;
font-family : "Comic Sans MS";
}
div{
text-align : center;
}
table {
width: auto;
border: 1px solid black;
margin: auto;
border-collapse: collapse;
}
td {
border: 1px solid rgba(205, 211, 221, 0.62);
}
img{
margin: auto;
}
textarea {
width: 4px;
height: 4px;
}
.high{
vertical-align: top;
line-height: 0.7;
background: yellow;
}
.mid{
line-height: 0.7;
background: orange;
}
.low{
line-height: 0.7;
background: rgba(39, 254, 4, 0.62);;
}
.del{
vertical-align: top;
line-height: 0.7;
background: red;
}
.imgCenter{
text-align :center;
width: 600px;
padding: 20px 70px 10px 70px;
}
.chk{
height: 20px;
width: 20px;
margin: 0px 0px 0px 0px;
}
.chk2{
height: 20px;
width: 40px;
margin: 0px 0px 0px 0px;
}
.p{
text-indent: 100px;
width: 600px;
padding: 0px 100px 0px 100px
}