-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
101 lines (95 loc) · 1.6 KB
/
Copy pathstyle.css
File metadata and controls
101 lines (95 loc) · 1.6 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
h1 {
font-family: "Oswald", sans-serif;
color: #f04c25;
font-size: 30px;
line-height: 26px;
font-weight: 600;
margin-top: 50px;
margin-inline: 629px;
}
.h2 {
font-family: "Roboto Mono", monospace;
color: #e5ecf4;
font-size: 25px;
line-height: 20px;
font-weight: normal;
margin-inline: 629px;
font-weight: bolder;
}
.h3 {
font-family: "Roboto Mono", monospace;
color: #e5ecf4;
font-size: 25px;
margin-inline: 629px;
font-weight: initial;
font-weight: bolder;
}
.h4 {
font-family: "Roboto Mono", monospace;
color: #e5ecf4;
font-size: 25px;
font-weight: bolder;
margin-inline: 629px;
}
p {
font-family: "Zen Old Mincho", serif;
color: BLACK;
font-size: 20px;
line-height: 20px;
font-weight: 300px;
margin-left: 630px;
}
figure {
float: left;
margin: 0 20px 20px 0;
}
navbar-nav {
text-align: left;
text-align: right;
text-align: middle;
text-align: top;
text-align: bottom;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: rgb(255, 255, 255);
}
.topnav a {
float: left;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #b599e9;
color: black;
}
.topnav a.active {
background-color: #614599;
color: white;
}
body {
background-color: #8a4fff;
}
a {
font-weight: bolder;
color: #8a250b;
text-decoration: none;
}
Nav a {
margin-left: 13rem;
}
img {
height: auto 50px;
width: auto 50px;
border: black solid 2px;
border-radius: 10%;
margin-left: 155%;
margin-top: -60%;
}