-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojecten.css
More file actions
77 lines (67 loc) · 1.09 KB
/
Copy pathprojecten.css
File metadata and controls
77 lines (67 loc) · 1.09 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
h2 {
line-height: 150px;
margin-left: 42%;
}
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;
text-decoration: none;
}
Nav a {
margin-left: 13rem;
}
img {
height: auto 50px;
width: auto 50px;
margin-right: 10%;
margin-left: 200%;
margin-top: -140%;
margin-bottom: -250%;
box-sizing: border-box;
border: solid rgb(0, 0, 0) 5px;
}