-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.css
More file actions
41 lines (35 loc) · 677 Bytes
/
popup.css
File metadata and controls
41 lines (35 loc) · 677 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
h1 {
font-family: filmotype-maxwell, sans-serif;
font-weight: 500;
font-style: normal;
font-size: xx-large;
text-align: center;
}
h2 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: 600;
font-style: normal;
font-size: large;
white-space: nowrap;
}
.radioText {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: 500;
font-style: normal;
font-size: medium;
}
#popUpDiv {
padding: 10px;
}
p, p a {
font-style: italic;
color: black;
}
p {
text-align: center;
}
#popUpDiv {
background-image: url("water.png");
background-repeat: repeat;
background-size: cover;
}