-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimeTable.css
More file actions
64 lines (62 loc) · 1001 Bytes
/
TimeTable.css
File metadata and controls
64 lines (62 loc) · 1001 Bytes
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
* {
margin: 0px;
padding: 0px;
}
.container{
display: inline-block;
}
.container img{
/* margin-top:2rem; */
margin:2rem 0rem 2rem 50rem;
width: 300px;
}
.para{
display: inline-block;
margin-top:5rem;
position:absolute;
z-index:-1;
margin-left:10rem;
}
.head {
display: inline-block;
text-align: center;
width:350px;
margin-top:2rem;
position:absolute;
z-index:1;
margin-left:30rem;
}
.tail{
display: inline-block;
margin-top: 6rem;
margin-left: 60rem;
position:absolute;
}
table,th,td{
border: 1px solid black;
border-collapse: collapse;
}
table{
width:50%;
margin-top: 0px;
margin:auto;
box-sizing: border-box;
height: 200px;
overflow: auto;
}
th,td{
width:50px;
height:50px;
text-align: center;
}
.header>*
{
height: 20px;
}
.header1
{
width:150px;
}
.header2{
width: 200px;
}