-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshopme.css
More file actions
53 lines (53 loc) · 830 Bytes
/
shopme.css
File metadata and controls
53 lines (53 loc) · 830 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
* {
padding: 0;
margin: 0;
}
.content {
border: black solid 1px;
width: 78%;
height: auto;
margin-top:2px;
position: relative;
overflow: hidden;
margin:auto;
}
.left-content {
width: 25%;
height: auto;
border: 1px solid #000;
float: left;
margin-top:2px;
}
.right-content {
width: 74%;
height: auto;
border: 1px solid #000;
float: right;
margin-top:2px;
}
.clear {
clear: both;
}
.category-list ul{
width: 100%;
height: auto;
list-style: none;
}
.category-list ul li{
width: 100%;
height: auto;
list-style: none;
margin: 5px;
}
.category-list a {
color: black;
text-decoration: none;
}
.category-list a:hover {
color: red;
text-decoration: underline;
}
.all-product {
float: left;
padding: 10px;
}