-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.css
More file actions
60 lines (54 loc) · 1.07 KB
/
products.css
File metadata and controls
60 lines (54 loc) · 1.07 KB
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
/* BEGIN CODE HERE */
header{
height: 150px;
min-width: 1200px;
max-height: 100%;
margin: 0 auto;
overflow: hidden;
display: flex;
}
table{
font-family: arial, sans-serif;
width: 100%;
border-collapse: collapse;
}
table, tr td,tr th {
border: 1px solid;
text-align: center;
}
.container-frame4{
max-width: 1200px !important;
width: 100%;
margin: 0 auto;
min-width: 1200px;
padding: 0;
margin-top: 25px;
}
.container{
max-width: 1200px !important;
width: 100%;
margin: 0 auto;
min-width: 1200px;
padding: 0;
margin-top: 25px;
}
.container-frame5{
max-width: 1200px !important;
width: 100%;
margin: 0 auto;
min-width: 1200px;
padding: 0;
margin-top: 25px;
}
.footer-container {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
width: 100%;
min-width: 1200px !important;
}
.text-center {
text-align: center;
}
/* END CODE HERE */