forked from anandsinghyadav/Ebay-Website-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
List_an_Item.css
108 lines (85 loc) · 2.08 KB
/
List_an_Item.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
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
* {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#header {
display: flex;
width: 70%;
margin: auto;
padding-top: 8px;
justify-content: space-between;
}
#hrs {
padding-top: 5px;
}
#ipad {
padding-top: 8px;
}
#bottom {
width: 70%;
/* border: 1px solid black; */
height: 550px;
margin: auto;
}
#indata {
width: 90%;
border-radius: 10px;
height: 40px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border: 0px;
font-size: 15px;
}
button {
height: 40px;
width: 80px;
border-radius: 25px;
border: 0px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#boxdata {
display: grid;
margin-top: 25px;
grid-template-columns: repeat(3, 1fr);
/* border:1px solid black; */
padding: auto;
gap: 5px;
}
#boxdata>div {
/* border: 1px solid red; */
height: 300px;
}
#a {
background-color: crimson;
color: white;
}
#b {
background-color: paleturquoise;
color: midnightblue;
}
#c {
background-color: gold;
color: rgb(80, 39, 10);
}
#boxdata>div {
font-size: 23px;
border-radius: 15px;
}
#im1 {
padding-left: 150px;
height: 30%;
}
#im2 {
padding-left: 180px;
height: 50%;
}
#im3 {
padding-left: 140px;
height: 50%;
}
h3 {
padding-left: 10px;
}
#flast{
display: flex;
padding-top:10px;
justify-content: space-between;
}