File tree Expand file tree Collapse file tree 3 files changed +69
-0
lines changed Expand file tree Collapse file tree 3 files changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ < section id ="event-summary ">
2
+ < div class ="d-flex flex-column align-items-center text-center ">
3
+ < h2 class ="title "> 開催概要</ h2 >
4
+ < p class ="subtitle "> OUTLINE</ p >
5
+ < div class ="item-list ">
6
+ < div class ="event-box d-flex flex-column align-items-center ">
7
+ < div class ="event-img "> </ div >
8
+ < p class ="event-desc "> 開催日時</ p >
9
+ </ div >
10
+ < div class ="event-box d-flex flex-column align-items-center ">
11
+ < div class ="event-img "> </ div >
12
+ < p class ="event-desc "> 福岡県久留米市六ツ門町8−1</ p >
13
+ </ div >
14
+ < div class ="event-box d-flex flex-column align-items-center ">
15
+ < div class ="event-img "> </ div >
16
+ < p class ="event-desc "> 久留米市ティプラザ</ p >
17
+ </ div >
18
+ < div class ="event-box d-flex flex-column align-items-center ">
19
+ < div class ="event-img "> </ div >
20
+ < p class ="event-desc "> 参加無料</ p >
21
+ </ div >
22
+ </ div >
23
+ </ div >
24
+ </ section >
Original file line number Diff line number Diff line change 41
41
background-color : #e0e0e0 ;
42
42
color : #0e0e0e ;
43
43
}
44
+ }
45
+
46
+ #event-summary {
47
+ .title {
48
+ font-size : 36px ;
49
+ letter-spacing : 0.125rem ;
50
+ margin-bottom : 4px ;
51
+ }
52
+ .subtitle {
53
+ font-size : 24px ;
54
+ letter-spacing : 0.065rem ;
55
+ margin-bottom : 43px ;
56
+ font-weight : bold ;
57
+ }
58
+
59
+ .event-img {
60
+ margin-bottom : 18px ;
61
+ width : 300px ;
62
+ height : 300px ;
63
+ background :#ccc ;
64
+ border-radius : 8px ;
65
+ }
66
+
67
+ .item-list {
68
+ display : grid ;
69
+ gap : 18px ;
70
+ grid-template-columns : repeat (4 , 1fr );
71
+
72
+ @media (max-width : 1254px ) {
73
+ grid-template-columns : repeat (2 , 1fr ); /* 2x2表示 */
74
+ }
75
+
76
+ @media (max-width : 768px ) {
77
+ grid-template-columns : 1fr ; /* 1x1表示 */
78
+ }
79
+ }
80
+
81
+ .event-desc {
82
+ font-size : 20px ;
83
+ letter-spacing : 0.0625rem ;
84
+ font-weight : bold ;
85
+ }
44
86
}
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : default
3
3
---
4
+
5
+ {% include top/sections/event-summary.html %}
6
+
4
7
{% include top/sections/contact.html %}
You can’t perform that action at this time.
0 commit comments