-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
102 lines (85 loc) · 1.43 KB
/
styles.css
File metadata and controls
102 lines (85 loc) · 1.43 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
100
101
102
img#logo {
display: block;
margin: 25px auto 50px auto;
}
img.custom-logo {
display: block;
margin: 25px auto 50px auto;
}
.logoCont {
background-image: url("images/cat.jpg");
height: 650px;
padding: 95px 50px 50px 40px;
}
#cat-fact-cont {
background-image: url("images/gradient.jpeg");
background-size: cover;
height: 150px;
padding: 25px;
margin-top: 50px;
color: white;
border-radius: 10px;
}
.petForm {
padding: 50px;
margin: 0 auto 0 auto;
}
.header {
width: 100%;
padding: 25px;
}
.img-header {
background-image: url("images/dog_2.jpg");
background-size: cover;
width: 100%;
height: 500px;
padding: 50px 50px 50px 50px;
color: white;
}
img.img-left {
float: left;
border-radius: 5px;
margin: 0 25px 25px 0;
}
.formCont {
margin-top: 50px;
padding: 25px;
background-color: lightgray;
border-radius: 10px;
}
.swipe-cont {
padding: 50px;
}
.no-wrap {
clear: both;
}
#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 150px; /* Footer height */
}
.pet-pals-container {
padding: 25px;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 150px;
padding: 25px;
background-color: #343b3f;
color: white;
text-align: center;
}
.footer-logo {
margin: 10px;
}
#copyright {
font-size: 0.75em;
}
#map {
height: 100%; /* The height is 400 pixels */
width: 100%; /* The width is the width of the web page */
}