-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (52 loc) · 937 Bytes
/
style.css
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
.horsedaughter {
color: gold; /* or #ff0000 */
font-weight: bold;
text-decoration: underline;
font-style: italic;
font-size: 15px;
}
h2 {
border-left: 3px solid orange;
padding-left: 5px;
}
#links, #schedule, #TwM {
margin-block-end: 30px;
}
#todos {
margin-block-end: 100px;
}
img {
margin-block-end: 50px;
border-radius: 12px;
}
p {
color:green;
margin-bottom: 40px;
}
th,td {
padding-left: 15px;
}
#important {
color:goldenrod;
}
.stressthings {
color:red;
text-align: center;
}
.rest {
color:blue;
text-align: center;
}
.week {
text-align: center;
}
#wrapper {
width: 720px;
background: white;
margin: auto;
padding: 10px;
border-radius: 10px;
border: 1px solid lightgray;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
font-family: "Segoe UI";
}