質問編集履歴

1

追加致しました

2020/09/29 03:16

投稿

cherry8866
cherry8866

スコア15

test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,48 @@
11
11
  考えたコード
12
12
 
13
13
  ```
14
+
15
+ <section class="section-wrapper">
16
+
17
+ <h2 class="section-title section-title-border">CONTACT</h2>
18
+
19
+ <div class="section-inner">
20
+
21
+ <p class="concept-lead">
22
+
23
+ Texttext </p>
24
+
25
+ <div class="concept-content">
26
+
27
+ <p class="concept-text">
28
+
29
+ Texttext
30
+
31
+ </p>
32
+
33
+ <div class="concept-img-wrapper">
34
+
35
+ <img src="./img/concept-image@2x.jpg" alt=" Texttext ">
36
+
37
+ </div>
38
+
39
+ </div>
40
+
41
+ </div>
42
+
43
+ <div class="section-bottom text-right">Our Concept</div>
44
+
45
+ </section>
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
14
56
 
15
57
  .section-title {
16
58
 
@@ -46,6 +88,20 @@
46
88
 
47
89
  }
48
90
 
91
+ .section-inner{
49
92
 
93
+ max-width: 1000px;
94
+
95
+ margin: 0 auto;
96
+
97
+ padding: 0 50px;
98
+
99
+ }
100
+
101
+ .section-wrapper{
102
+
103
+ padding: 100px 0 70px;
104
+
105
+ }
50
106
 
51
107
  ```