-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (60 loc) · 1.07 KB
/
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
64
65
66
67
68
69
70
71
h1 {
font-family: "Gill Sans", sans-serif;
font-weight: 50;
font-size: 60px;
color: white;
position: absolute;
top: 270px;
left: 930px;
}
h3 {
font-family: "Gill Sans", sans-serif;
font-weight: 50;
font-size: 90px;
color: white;
position: absolute;
top: 300px;
left: 950px;
}
h4 {
font-family: "Gill Sans", sans-serif;
font-weight: 50;
font-size: 120px;
color: white;
position: Absolute;
top: -20px;
left: 100px;
}
h5 {
font-family: "Gill Sans", sans-serif;
font-weight: 50;
font-size: 60px;
color: white;
position: Absolute;
top: 90px;
left: 280px;
}
h6 {
font-family: "Gill Sans", sans-serif;
font-weight: 50;
font-size: 60px;
color: white;
position: Absolute;
top: 100px;
left: 450px;
}
p {
font-family: "Gill Sans", sans-serif;
font-weight: 500;
font-size: 140px;
color: white;
position: Absolute;
top: -90px;
left: -250px;
}
.graphposition {
position: absolute;
top: -20px;
left: 780px;
border: 5px;
}