-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathez_css.css
60 lines (54 loc) · 1.13 KB
/
ez_css.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
body {
background-color: black;
color: white;
font-family: "Copperplate Gothic Bold", "Matura MT Script Capitals", "Bauhaus 93", sans-serif;
color: white;
border-color: lightgreen;
border-width: 5pt;
border-style: solid;
margin: 2%;
padding: 2%;
}
h1 {
font-size: 48pt;
text-align: center;
/* This is to make the thing look more organised. Start of border css */
border-color: cyan;
border-width: 5pt;
border-style: solid;
/* End of border css*/
}
h2, h3 {
font-family: "Copperplate Gothic Light", "Matura MT Script Capitals", sans-seriff;
}
h2 {
font-size: 30pt;
text-decoration: underline;
}
h3 {
font-size: 20pt;
}
#headingcss {
/* this is used to make a table of contents for my website*/
text-align: center;
/* This is to make the thing look more organised. Start of border css */
border-color: cyan;
border-width: 5pt;
border-style: solid;
/* End of border css*/
font-size: 20pt;
text-decoration: none;
}
p, ul {
font-size: 17pt;
}
.bib{
text-align: center;
}
a:link, a:visited {
color:white;
}
a:active {
color:gray;
background-color:transparent;
}