-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwipe.css
More file actions
49 lines (42 loc) · 726 Bytes
/
Swipe.css
File metadata and controls
49 lines (42 loc) · 726 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
42
43
44
45
46
47
48
49
#swipe-header {
background-image: url(images/gradient.jpeg);
background-size: cover;
color: white;
padding: 50px 25px 25px 25px;
}
.ui-widget-content {
border: 0 !important;
}
.submit_button {
width: 75px;
height: auto;
border: 0;
}
.pet-container {
background-color: lightgray;
border-radius: 10px;
padding: 25px;
}
#draggable img {
border-radius: 15;
max-width: 90%;
height: auto;
}
#draggable,
.no-container,
.yes-container {
width: 40%;
text-align: center;
}
.container {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: nowrap;
}
.pet-card-img-top {
border: 2px solid white;
border-radius: 5px;
margin: 0 auto 15px auto;
width: 250px;
}