-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (45 loc) · 714 Bytes
/
style.css
File metadata and controls
57 lines (45 loc) · 714 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
54
55
56
57
body {
margin: 0;
padding: 0;
}
span {
display: inline-block;
}
.container {
width: 1024px;
margin: 0 auto;
}
.image {
width: 200px;
height: 200px;
background-size: 200px 200px;
background-repeat: no-repeat;
padding: 20px;
}
.image1 {
background-image: url('images/1.jpg');
}
.image2 {
background-image: url('images/2.jpg');
}
.image3 {
background-image: url('images/3.jpg');
}
.image4 {
background-image: url('images/4.jpg');
}
.image5 {
background-image: url('images/5.jpg');
}
.image6 {
background-image: url('images/6.jpg');
}
.image7 {
background-image: url('images/7.jpg');
}
.image8 {
background-image: url('images/8.jpg');
}
.image9 {
background-image: url('images/9.jpg');
}