-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
101 lines (89 loc) · 1.58 KB
/
Copy pathstyles.css
File metadata and controls
101 lines (89 loc) · 1.58 KB
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
body {
font-family: Helvetica, Arial, sans-serif;
color-scheme: dark;
background-color: #181a1b;
color: #e8e6e3;
}
h1 {
font-family: "Oleo Script", system-ui;
text-align: center;
}
h3 {
text-align: center;
}
h4 {
text-align: center;
}
.centeredtextbox{
max-width: 750px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
nav {
max-width: 450px;
text-align: center;
margin-left: auto;
margin-right: auto;
border-radius: 25px;
padding: 8px 16px;
background-color: #144a4b;
}
footer {
max-width: 300px;
text-align: center;
margin-left: auto;
margin-right: auto;
border-radius: 25px;
padding-top: 0.2px;
padding-bottom: 0.2px;
margin-top: 10px;
background-color: #144a4b;
}
header {
color: #F0A063;
}
.characterimg {
display: flex;
width: 380px;
height: 400px;
margin-left: auto;
margin-right: auto;
}
.fleximgs{
display: flex;
justify-content: space-around;
display: flex;
margin-left: auto;
margin-right: auto;
}
.oleo-script-regular {
font-family: "Oleo Script", system-ui;
font-weight: 400;
font-style: normal;
}
.flexcombinedmedia{
display: flex;
justify-content: space-around;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.hobbiestext{
margin-top: 85px;
}
.centeredarticle{
text-align: center;
width: 750px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.minecraftlogo{
width: 500px;
height: 200px;
}
.poelogo{
width: auto;
height: auto;
}