-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsaleitem.css
More file actions
58 lines (45 loc) · 857 Bytes
/
saleitem.css
File metadata and controls
58 lines (45 loc) · 857 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
50
51
52
53
54
55
56
57
58
.bbbb img{
/* object-fit: fill; */
/* object-position:100% 10% ; */
border-radius: 0px;
/* height: 35vh; */
}
#me{
color: rgb(198, 198, 198);
}
#me:hover{
color: red!important;
}
.card-text{
opacity: 1;
}
.card-text ul li{
color: white;
}
.card-text small{
color: rgb(198, 198, 198);
}
.box1{
margin:20px;
background-color: whitesmoke;
transform: skew(-15deg);
padding: 15px;
width: 220px;
}
@media (max-width: 767.98px) { .border-sm-start-none { border-left: none !important; } }
#kk{
object-fit: contain;
object-position: center;
}
#desc{
padding-top: 20px;
}
@media screen and (max-width: 1024px)
{ .bbbb img{
height: 35vh;
}}
@media screen and (max-width: 425px)
{ .bbbb img{
height: 27vh;
}
}