-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphoto-gallery.css
85 lines (74 loc) · 1.28 KB
/
photo-gallery.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
.photo-cell {
position: relative;
height: 100%;
width: 100%;
}
.column-2-photo-cell {
position: relative;
height: 100%;
width: 95%;
}
#tenshukaku {
display: flex;
}
#inazuma-gallery-title {
width: 100%;
color: white;
display: flex;
position: absolute;
justify-content: center;
overflow: hidden;
}
#column-2 {
display: flex;
position: relative;
flex-direction: column;
height: 64%;
width: auto;
top: 3em;
margin-left: 2%;
margin-right: 2%;
flex: 1 1 0;
}
#column-1 {
display: flex;
position: relative;
flex-direction: column;
height: 50%;
width: auto;
justify-items:center;
top: 8em;
margin-left: 2.8%;
flex: 2 2 0;
margin-bottom: 5%;
}
#column-0 {
display: flex;
position: relative;
flex-direction: column;
height: 50%;
width: auto;
justify-items:center;
top: 12em;
margin-left: 2%;
flex: 1 1 0;
margin-bottom: 5%;
}
.column-2-item {
position: relative;
justify-content: center;
align-items: center;
margin-left: 5%;
margin-bottom: 5%;
}
.column-1-item {
position: relative;
height: 100%;
width: 100%;
}
.column-1-item-div {
margin-bottom: 6%;
}
.column-0-item-div {
margin-bottom: 9%;
}