-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.css
61 lines (58 loc) · 1.13 KB
/
store.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
#fir{
margin: auto;
/* border: 1px solid red; */
display: flex;
width: 80%;
}
#first{
/* display: flex; */
/* border: 1px solid black; */
overflow: scroll;
width: 40%;
height: 350px;
}
#first1{
width: 80%;
height: 30px;
display: flex;
margin-left: 20%;
margin-left: 20%;
justify-content: space-between;
/* border: 1px solid black; */
}#first1> div{
justify-content: space-between;
}
#first div{
justify-content: space-between;
}#first1 :hover div{
color: aqua;
}
/* display: flex; */
#badlav{
/* border: 1px solid black; */
height: 80%;
margin-top: 4%;
margin-left: 20%;
}#btn{
margin-top: 2%;
height: 40px;
background-color: rgb(3,196,235);
color: white;
margin-left: 20%;
}#second{
/* border: 1px solid black; */
height: 300px;
margin-left:10px;
width:500px
}#imge img{
height: 50px;
}#imge{
display: flex;
/* border: 1px solid black; */
height: 500px;
justify-content: space-between;
width: 1000px;
margin: auto;
}#slideshow{
display: none;
}