forked from phoebe-leong/phoebe-leong.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
119 lines (90 loc) · 1.39 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
@font-face {
font-family: 'Bold';
src: url(Fonts/RobotoMono-Bold.ttf);
}
@font-face {
font-family: 'Regular';
src: url(Fonts/RobotoMono-Regular.ttf);
}
* {
color: #FCF1F1;
}
html {
background-color: #16171A;
}
body {
cursor: auto;
}
h1 {
font-size: 50px;
margin-left: 30px;
}
section {
margin-left: 30px;
}
/* Makes the navigation text space out a little bit more */
nav, h2, h1 {
font-family: 'Bold';
margin-right: 20px;
}
#home {
margin-top: 300px;
user-select: none;
font-size: 20px;
}
#home a {
font-size: 30px;
margin-right: 10px;
cursor: pointer;
}
ul li {
margin-bottom: 5px;
}
a:hover, a:focus {
text-decoration: none;
}
p, li, a {
font-family: 'Regular';
font-size: 15px;
}
ul {
list-style-type: none;
padding: 0px;
}
button {
border: 2px solid #FCF1F1;
cursor: pointer;
width: 110px;
height: 50px;
font-family: 'Regular';
font-size: 15px;
text-align: center;
background-color: transparent;
}
button:hover {
color: #1A1C21;
background-color: #FCF1F1;
}
.samAndGreta {
margin-right: 5px;
width: 120px;
}
footer {
text-align: center;
}
footer p {
font-size: 13px;
}
#errText {
padding: 0;
margin: 0;
margin-top: 100px;
}
#errText h1 {
padding: 0;
margin: 0;
font-size: 100px;
}
#errText p {
font-size: 25px;
}