-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
101 lines (87 loc) · 1.64 KB
/
Copy pathstyle.css
File metadata and controls
101 lines (87 loc) · 1.64 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
* {
text-decoration: none;
margin: 0px;
padding: 0px;
}
body {
margin: 0px;
padding: 0px;
font-family: 'Open Sans',sans-serif;
}
.wrapper {
width:1100px;
margin:auto;
position:relative;
}
.logo a {
font-size: 50px;
font-weight:800;
float:left;
font-family: 'Courier New', Courier, monospace;
color: #25316D;
}
.menu {
float:right;
}
nav{
width:100%;
margin:auto;
display:flex;
line-height:80px;
position: sticky;
position :-webkit-sticky;
top:0;
background: #C1EFFF;
}
nav ul{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
nav ul li {
float:left;
}
nav ul li a {
color: black;
font-weight: bold;
text-align:center;
padding: 0px 16px 0px 16px;
text-decoration: none;
}
nav ul li a:hover {
text-decoration: underline;
}
section {
margin:auto;
display:flex;
margin-bottom:50px;
}
.kolom{
margin-top:50px;
margin-bottom:50px;
}
h2 {
font-size: 60px;
font-weight:bold;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: #25316D;
margin-bottom: 10px;
width:100%;
line-height: 50px;
}
p {
font-size: 20px;
font-weight:650;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #25316D;
margin-bottom: 1px;
width:60%;
line-height: 50px;
}
p2 {
font-size: 35px;
font-weight:800;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: #25316D;
}