-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
102 lines (83 loc) · 1.2 KB
/
index.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body {
font-family: Helvetica;
background-color: #8b698b;
color: rgb(77, 43, 105);
line-height: 55px;
}
.bio {
font-size: 120px;
}
.bio2 {
font-size: 40px;
font-family: sans-serif;
}
.bio2 >span{
font-size: 80px;
font-family: sans-serif;
font-style: italic
}
h1 {
font-size: 120px;
color: #31123a;
}
h2 {
font-size: 120px;
color: #31123a;
}
h3 {
font-size: 120px;
color: #31123a;
}
#highlight1 {
color: #ffffff;
}
#highlight2 {
color: #780ef1;
}
#highlight3 {
color: #31123a;
}
#highlight4 {
color: #ffffff;
}
#highlight5 {
color: #780ef1;
}
#highlight6 {
color: #ffffff;
}
#highlight7 {
color: #31123a;
}
img {
width: 100%;
opacity: 0.20;
position: absolute;
left: 5px;
top: 0%;
}
ul li {
font-size: 100px;
list-style-type: none;
color: #ffffff;
}
.links {
font-size: 40px;
font-family: Helvetica;
font-style: italic
}
.link {
font-size: 40px;
font-family: Helvetica;
font-style: italic;
}
.home {
font-size: 40px;
font-family: Helvetica;
font-style: italic;
}
.assignment {
font-size: 40px;
font-family: Helvetica;
font-style: italic;
}