-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (50 loc) · 764 Bytes
/
Copy pathstyle.css
File metadata and controls
52 lines (50 loc) · 764 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
h1 {
color: #039BE5;
font-family: 'Lora', serif;
font-size: 60pt;
margin: 5px 0;
padding-left: 10px;
}
ul {
list-style: none;
display: flex;
background-color: #111;
color: #eee;
padding: 5px 15px;
margin-top: 0;
}
a {
text-decoration: none;
color: #eee;
}
a:hover {
background: #666;
padding: -5px -5px;
}
p {
color: #000000;
font-size: 15pt;
text-align: justify;
}
.content {
display: flex;
padding: 20px 40px;
justify-content: flex-start;
align-items: flex-start;
}
.my_photo {
width: 300px;
border-radius: 15px;
float: left;
padding-right: 15px;
}
.intro {
margin: 0 0 0 0;
padding-right: 0px;
}
.headers {
padding: 10px 20px;
font-size: 14pt;
font-family: 'Merriweather', serif;
letter-spacing: 5px;
}