-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
84 lines (80 loc) · 1.24 KB
/
styles.css
File metadata and controls
84 lines (80 loc) · 1.24 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
* {
font-style: unset;
font-family: Arial, Helvetica, sans-serif;
}
table {
width: 1000px;
height: 400px;
border-collapse: collapse;
position: relative;
left: 130px;
bottom: 50px;
border-bottom: 3px solid #d63231;
}
/* to align the heading left */
th {
text-align: left;
height: 20px;
color: white;
}
h2 {
text-align: center;
}
/* used to seperate the columns */
table,
td,
th {
text-align: center;
border: collapse;
}
body {
background-color: #ffb6c1;
}
/* used to give space between the td and th */
th,
td {
padding: 5px;
}
tr:nth-child(odd) {
background-color: lightgray;
}
tr:nth-child(even) {
background-color: white;
}
tr:nth-child(1) {
background-color: red;
}
.Kalvium {
width: 200px;
height: 50px;
position: relative;
left: 100px;
}
.lunch {
text-orientation: upright;
writing-mode: vertical-lr;
text-align: center;
}
.student {
position: relative;
width: 5px;
left: 1050px;
bottom: 60px;
color: red;
}
.course {
width: 5px;
position: relative;
left: 1150px;
bottom: 98px;
color: red;
}
.contact {
position: relative;
left: 820px;
bottom: 20px;
height: 20px;
}
.timetable {
padding: 25px;
}