-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwhitelist.css
More file actions
76 lines (70 loc) · 1.24 KB
/
Copy pathwhitelist.css
File metadata and controls
76 lines (70 loc) · 1.24 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
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
body,
html {
height: 100%;
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
}
.bg {
background-image: url("background-w.jpg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.wrapper {
letter-spacing: 0.075em;
text-align: center;
}
.image-cropper {
width: 186px;
height: 100px;
position: relative;
margin: 20px auto -10px;
}
.image-cropper img {
display: inline;
margin: 0 auto;
width: 100%;
}
h2 {
color:#681919;
background-color:#FFE0E0;
border-radius: 20px;
padding: 5px 2px 5px 2px;
font-size: 0.8rem;
font-weight: 500;
line-height: 1.25;
margin: auto;
max-width: 130px;
display: block;
overflow: hidden;
position: relative;
margin-top: -25px;
margin-bottom: 25px;
}
h3 {
color: #ffffff;
margin-bottom: 45px;
}
.links {
width: 100%;
max-width: 414px;
margin: 0 auto;
padding: 0 10px;
}
.links .link {
display: block;
width: 100%;
margin: 0 auto 10px;
color: #fff;
background-color: #057bc2;
text-align: center;
text-decoration: none;
padding: 15px 0;
}
.links .link:hover {
color: #fff;
background-color: #35c5fd;
}