-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectsStyleSheet.css
More file actions
63 lines (53 loc) · 867 Bytes
/
Copy pathProjectsStyleSheet.css
File metadata and controls
63 lines (53 loc) · 867 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 {
background-color: black;
}
body::-webkit-scrollbar {
display: none;
}
* {
-ms-overflow-style: none;
scrollbar-width: none;
}
.header {
padding: 10px;
text-align: center;
color: whitesmoke;
font-weight: bold;
font-family: Verdana, sans-serif;
font-size: 20px;
}
.subheader {
font-weight: bold;
font-family: Verdana, sans-serif;
font-size: 16px;
color: whitesmoke;
}
.description {
font-family: Verdana, sans-serif;
font-size: 16px;
color: whitesmoke;
}
.navigation {
padding: 10px;
text-align: center;
word-spacing: 300px;
letter-spacing: 3px;
}
a {
color: whitesmoke;
font-family: "Impact", fantasy;
text-decoration: none;
font-size: 25px;
}
.slink {
color: whitesmoke;
text-decoration: underline;
font-size: 25px;
}
span {
color: whitesmoke;
font-size: 20px;
}
a:hover {
opacity: 50%;
}