-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathccstyle.css
More file actions
63 lines (50 loc) · 683 Bytes
/
ccstyle.css
File metadata and controls
63 lines (50 loc) · 683 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
body {
color: white;
background-color: #0C2340;
text-shadow: .1em .1em 2em #FC4C02;
}
#andyH1 {
color: #FC4C02;
}
#andyH3 {
color: #FC4C02;
}
img {
width: 33%;
margin-left: 33%;
border-radius: 2em;
}
h1 {
font-size: 3em;
text-align: center;
}
h3 {
text-align: center;
}
p {
margin-left: 20%;
margin-right: 20%;
}
ul {
margin-left: 22%;
margin-right: 22%;
}
a {
color: #FC4C02;
font-style: italic;
text-shadow: .1em .1em 2em #FC4C02;
}
.reference {
text-align: center;
}
.cordelia {
color: #0C2340;
background-color: #FC4C02;
text-shadow: .1em .1em 2em white;
}
#homelink {
color: blue;
}
#cordelia {
text-align: center;
}