-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
99 lines (83 loc) · 1.23 KB
/
styles.css
File metadata and controls
99 lines (83 loc) · 1.23 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
html {
height: 100%;
}
body {
background-image: url("img/bg-camponline2019.png");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 320px;
font-family: "Source Sans Pro";
text-align: center;
height: 100%;
text-align: center;
}
.logo {
height: 150px;
}
.site_header {
margin: auto;
color: white;
}
.box h1 {
margin: auto;
color: black;
}
h2 {
color: black;
}
h3 {
margin: auto;
color: black;
}
.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: 500px;
}
.box {
margin: auto;
padding: 20px;
background-color: white;
border-radius: 25px;
overflow: hidden;
max-width: 700px;
margin-top: 25px;
text-align: center;
display: grid;
}
.event_logo {
margin: auto;
max-width: 350px !important;
}
.app {
margin: 50px auto auto auto;
}
.store {
display: flex;
}
.store_logo {
margin: 10px;
height: 50px;
}
small {
margin-top: 10px;
}
.footer {
font-size: 12px;
color: white;
vertical-align: bottom;
padding-bottom: 20px;
}
.footer a {
color: gainsboro;
}