-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.css
109 lines (92 loc) · 1.47 KB
/
source.css
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
102
103
104
105
106
107
108
109
* {
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
}
.mainWrapper {
background: url(img.jpg) no-repeat center / cover;
min-height: 100vh;
padding-top: 22px;
padding-bottom: 40px;
}
.header {
font-size: 18px;
text-align: center;
margin-top: 20px;
margin-bottom: 24px;
text-transform: uppercase;
}
.topImageWrapper {
width: 100%;
border-radius: 15px 15px 0 0;
background-size: cover;
overflow: hidden;
}
.topImage {
width: 100%;
height: auto;
}
.centerLayer {
display: flex;
flex-direction: column;
margin: 0 auto;
width: 90%;
min-height: 100vh;
background-color: #fff5c2;
border-radius: 15px;
}
.contentWrapper {
padding: 30px;
}
.subHeader {
text-align: center;
font-size: 20px;
margin-bottom: 33px;
color: #944511;
}
.paragraphWrapper {
display: flex;
position: relative;
align-items: center;
margin-bottom: 20px;
}
.paragraph {
margin-left: 14px;
line-height: 1.3;
}
.checkboxImage {
width: 27px;
height: 27px;
}
.discontCard {
font-weight: 600;
color: red;
}
.footer {
display: flex;
align-items: center;
}
.footerParagraph {
text-align: right;
}
.footerImage {
width: 80px;
margin-left: 18px;
}
.link, .link:visited {
font-size: 18px;
text-decoration: underline;
color: darkorchid;
font-weight: bold;
}
.instagramIcon {
/*position: absolute;*/
width: 24px;
height: 24px;
margin-left: 4px;
/*right: 0;*/
/*top: 20px;*/
}
.linkWrapper {
display: inline-flex;
}