-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (76 loc) · 1.49 KB
/
style.css
File metadata and controls
94 lines (76 loc) · 1.49 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
85
86
87
88
89
90
91
92
93
94
body{
text-align: center;
color: aliceblue;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:100% ;
margin-top: 4%;
}
a{
text-decoration: none;
color: rgb(231, 158, 221);
}
a:hover{
color: rgb(222, 55, 199);
}
.cse38{
width: 60%;
position: relative;
bottom: 1rem;
}
.dt{
padding: 1.3rem 1.6rem 1.3rem 1.6rem;
}
.section{
font-size: 5rem;
font-family: 'Fredericka the Great', cursive;
font-weight: normal;
position: relative;
bottom: 1.4rem;
color: rgb(158, 198, 231);
}
table{
font-family: 'Fredericka the Great', cursive;
width: 80%;
border: 2px;
border-style: solid;
border-color: aliceblue;
border-collapse:collapse ;
position: relative;
top:0rem;
padding: auto;
}
.table th{
color: rgb(227, 231, 158);
border-color: rgb(180, 161, 161);
}
.table td{
color: rgb(231, 158, 221);
border-color: rgb(180, 161, 161);
}
td{
font-size: 1.2rem;
padding:1%;
border-style: solid;
font-weight:lighter
}
th{
font-size: 1.30rem;
padding: 0%;
padding-left: 10px;
padding-right: 10px;
border-style: solid;
font-weight:normal
}
h4{
margin: 0%;
}
nav{
margin: 0px 20px 20px 20px;
display:inline-block;
position: relative;
bottom: 1rem;
}
.table .weekname{
color: rgb(158, 227, 231);
}