-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
85 lines (71 loc) · 1.1 KB
/
Copy pathstyles.css
File metadata and controls
85 lines (71 loc) · 1.1 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
body {
background-color: #fffbf7;
}
h1 {
color: #025157;
text-align: center;
font-family: 'Alegreya', serif;
}
p {
color: #8b8b8bcc;
font-family: Verdana;
font-size: 20px;
}
button {
color: #fff;
background-color: #025157;
}
.header {
/* margin-top: 40px;
margin-left: 20px;
margin-right: 20px; */
margin: 40px 20px 0;
font-size: 0;
font-family: sans-serif;
}
li {
display: inline;
margin: 0 25px 0;
}
.header > * {
display: inline-block;
font-size: 16px;
line-height: 45px;
height: 100%;
vertical-align: middle;
}
.logo {
width: 15%;
}
.logo > img {
width: 15%;
}
.navbar {
width: 70%;
text-align: center;
color: #025157;
font-weight: 500;
}
.actions {
width: 15%;
text-align: right;
font-size: 14px;
font-weight: 600;
}
.actions > * {
margin: 0 10px;
}
.actions a {
color: #67b54b;
}
.actions button {
color: white;
background-color: #67b54b;
padding: 12px 14px;
border: 0;
border-radius: 5px;
}
.main {
margin-top: 140px;
text-align: center;
}