-
Notifications
You must be signed in to change notification settings - Fork 0
/
style4.css
69 lines (60 loc) · 1.08 KB
/
style4.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
html {}
body {
background-color: #FFFFFF;
}
#navBar {
background-image: url("toastban.jpg");
height: 100px;
width: 1100px;
display: block;
position: relative;
background-repeat: no-repeat;
background-position: center center;
top: 0px;
left: 1%;
}
ul {
top: 100px;
position: relative;
margin: 0px;
padding: 0px;
list-style-type: none;
}
li {
float: left;
height: 200px;
width: 200px;
position: relative;
margin-left: 5px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 15px;
}
#wrapper {
position: relative;
width: 100%;
height: 100%;
text-align: center;
}
#container {
margin: 0px;
position: relative;
display: inline-block;
width: 1200px;
height: 5000px;
left: 3%;
top: 0px;
text-align: center;
}
#sortable li{
background-repeat: no-repeat;
height: 200px;
width: 200px;
background-position: center center;
background-size: cover;
}
#filter {
width: 92.5%;
height: 50px;
text-align: left;
}