-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrowannerd.css
More file actions
44 lines (44 loc) · 841 Bytes
/
Copy pathrowannerd.css
File metadata and controls
44 lines (44 loc) · 841 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
body {
background-color: rgb(0, 10, 200);
font-family: sans-serif;
width: 600px;
}
.middle {
text-align: center;
}
.greent {
color: rgb(0, 250, 0);
}
.hspace {
height: 100px;
}
a {
color: rgb(250, 0, 250);
text-decoration: none;
}
a:hover {
color: rgb(250, 250, 250);
text-decoration: underline;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 25px;
}
.small {
font-size: 20px;
}
#header {
position: fixed;
background-color: rgb(0, 20, 210);
top: 0px;
left: 0px;
width: 600px;
}
h1 {
text-align: center;
}
#rowannerd {
font-family: cursive;
}