-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
117 lines (94 loc) · 2.05 KB
/
Copy pathstyle.css
File metadata and controls
117 lines (94 loc) · 2.05 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
h1 {
background-color: #004175;
border: #89DEEF;
color: white;
padding: 2rem;
border-bottom: 0.3rem;
}
body {
font-family: "Open Sans";
padding: white;
}
.dogprofile h3 {
font-family: "Oswald";
justify-content: left;
}
.dogprofile {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
width: 32.2%;
border: 50px;
border-radius: 100px;
border-color: white;
padding: 5px
}
.dogattributes {
font-family: "Open Sans";
list-style: none;
display: inline-block;
margin: 2px 2px;
flex-direction: row;
padding: 1px
}
.dogattributes li {
background-color: #89DEEF;
border-radius: 2rem;
display: inline-block;
flex-wrap: wrap;
border-radius: 3rem;
padding: 0.3rem 0.6rem;
margin: 4px;
}
.dogpic {
width: 100%
}
#dogs {
display: flex;
flex-wrap: wrap;
}
.footers {
padding: 0;
margin: 0;
display: flex;
justify-content: space-evenly;
font-family: "Oswald";
color: white;
text-align: center;
flex: 1 1 auto;
}
.Format {
display: flex;
flex: 1 1 auto;
justify-content: center;
align-items: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 33.4%;
height: 18rem;
}
.Donate {
background:
linear-gradient(rgba(166, 169, 240, 0.67),
rgba(166, 169, 240, 0.67)),
url(../dog-adoption-cbmosley/starter_files/images/donate.jpg);
background-position: center;
background-size: cover;
}
.Volunteer {
background:
linear-gradient(rgba(166, 169, 240, 0.67),
rgba(166, 169, 240, 0.67)),
url(../dog-adoption-cbmosley/starter_files/images/volunteer.jpg);
background-position: center;
background-size: cover;
}
.Our_location {
background:
linear-gradient(rgba(166, 169, 240, 0.67),
rgba(166, 169, 240, 0.67)),
url(../dog-adoption-cbmosley/starter_files/images/location.png);
background-size: cover;
background-position: center;
}