-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (44 loc) · 798 Bytes
/
style.css
File metadata and controls
53 lines (44 loc) · 798 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
@import url('https://fonts.cdnfonts.com/css/d-din');
h1 {
font-family: "D-DIN", sans-serif;
}
h2 {
font-family: "D-DIN", sans-serif;
}
p {
font-family: "D-DIN", sans-serif;
}
.navbar {
background-image: linear-gradient(#525252, black);
overflow: hidden;
}
body {
margin: 0;
}
.logo {
margin-left: 10px;
width: 500px;
height: 75px;
}
.links {
font-family: "D-DIN Exp", sans-serif;
margin-left: 15px;
margin-bottom: 15px;
font-size: 15px;
color: white;
text-decoration: none;
background-color: transparent;
}
a:link {
color: white;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: white;
text-decoration: none;
background-color: transparent;
}
.stuff {
margin-left: 10px;
}