-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.css
More file actions
72 lines (60 loc) · 993 Bytes
/
privacy.css
File metadata and controls
72 lines (60 loc) · 993 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
html {
height: 100%;
}
body {
font-family: 'Source Sans Pro';
height: 100%;
}
.web {
background-image: url('img/bg-camponline2019.png');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 320px;
}
.logo {
width: 150px;
}
.site_header {
margin: auto;
color: white;
}
h1 {
color: black;
margin: 20px;
text-align: center;
}
.center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: none;
margin: auto;
margin-bottom: 25px;
}
.center img {
display: flex;
max-width: 256px;
max-height: 256px;
}
.box {
margin: auto;
padding:10px;
background-color: white;
border-radius: 25px;
overflow: hidden;
margin-top: 25px;
text-align: left;
}
.footer {
font-size: 12px;
color: white;
vertical-align: bottom;
}
a {
color: blue
}
.footer a {
color: gainsboro
}