-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtopdeals.css
93 lines (93 loc) · 1.54 KB
/
topdeals.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
body {
font-family: "gotham-book", sans-serif;
width: 100%;
}
#container {
/* border: 1px solid black; */
width: 78%;
/* margin: auto; */
/* margin: 35px; */
margin: auto;
margin-top: 45px;
}
#top-deals {
width: 98%;
margin: auto;
/* border: 1px solid black; */
display: flex;
height: 320px;
display: grid;
grid-template-columns: auto auto auto auto;
}
.img {
width: 250px;
height: 300px;
display: flex;
margin: 5px;
margin: auto;
}
.header {
text-align: center;
margin-right: 10px;
color: rgb(50, 185, 164);
/* font-size: 36px; */
/* display: flex; */
font-weight: 540;
}
.header1 {
text-align: center;
font-weight: 100;
color: rgb(98, 97, 97);
}
.headings {
display: flex;
margin-left: 480px;
}
.headings1 {
display: flex;
margin-left: 430px;
}
.fashion-steals {
width: 340px;
height: 300px;
display: flex;
margin: 5px;
margin: auto;
padding-left: 7px;
}
#hot-deals {
width: 98%;
/* margin-left: 10%; */
margin: auto;
/* border: 1px solid black; */
/* display: flex; */
height: 300px;
/* display: inline; */
/* grid-template-columns: auto auto auto auto; */
}
.hot {
/* border: 1px solid black; */
height: 280px;
display: inline-block;
width: 200px;
margin: 15px;
line-height: 10px;
background-color: rgb(246, 246, 246);
}
.img-hot {
width: 100%;
height: 82%;
}
.txt {
text-align: center;
font-size: 14px;
}
.underline {
text-align: center;
font-size: 10px;
text-decoration: underline;
}
#posFix{
position: fixed;
/* margin-bottom: 100px; */
}