-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplash.css
79 lines (64 loc) · 1.2 KB
/
splash.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
/* COLORS:
Med blue = 51, 193, 227, #33C1E3
Dark blue = 51, 167, 187, #33A7BB
Orange = 255, 126, 57 , #FF7E39
Pale orange = 255, 173, 138, #FFAD8A
Gray = 148, 148, 148, #949494
Light gray = 247, 247, 247, #F7F7F7
*/
html {
min-width: 800px;
}
/* Header and main photo */
#splash-photo-container {
background-image: url('images/pills.jpg');
background-size: cover;
height: 500px;
}
#splash-header {
margin: 0;
padding: 30px;
text-align: center;
font-size: 60px;
}
#splash-button-container {
margin: 40px auto;
width: 170px;
}
#splash-button {
width: 170px;
height: 70px;
font-size: 25px;
}
/* Sub header / content photos */
#splash-content-container {
padding: 30px;
height: 400px;
}
#splash-images-container {
margin: auto;
width: 720px;
}
.splash-image-container {
float: left;
margin: 20px;
width: 200px;
text-align: center;
}
.splash-image-container img {
width: 200px;
}
.splash-image-container span {
color: #949494;
font-weight: 100;
}
/* Sign up now */
#sign-up-container {
background-image: url('images/black-linen.png');
height: 300px;
margin: 0;
padding: 2px;
text-align: center;
font-size: 40px;
color: #949494;
}