-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo2.css
68 lines (64 loc) · 1.15 KB
/
demo2.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
* {
margin: 0;
padding: 0;
}
.map-responsive {
overflow: hidden;
padding-bottom: 50%;
/* position: relative; */
height: 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 80vh;
width: 50vw;
/* position: absolute; */
}
.container-fluid {
display: flex;
justify-content: space-evenly;
}
.accept {
cursor: pointer;
}
.card {
height: 200px;
width: 50vw;
}
.accept {
display: flex;
justify-content: space-around;
/* border: 3px solid black; */
padding: 0;
height: 20%;
}
.accept .acc {
/* border: 3px solid green; */
background-color: lightgreen;
width: 50%;
height: 101%;
padding: 10px 30px 0 45px;
}
.accept .dec {
/* border: 5px solid red; */
background-color: lightcoral;
width: 50%;
padding: 10px 30px 0 45px;
}
.card .a {
display: block;
}
.hideIt {
display: none;
}
/* .changebutton {
height: 50px;
width: 50px;
border-radius: 50%;
color: white;
margin: 20px;
background-color: white;
cursor: pointer;
box-shadow: 5px 2px 2px grey;
} */