質問編集履歴

1

回答を受けて訂正

2021/07/06 05:32

投稿

ver33
ver33

スコア2

test CHANGED
File without changes
test CHANGED
@@ -9,8 +9,6 @@
9
9
  ```HTML
10
10
 
11
11
  <div class ="main-visual">
12
-
13
- <section class="main-visual-content">
14
12
 
15
13
  <h1 class="title1">#</h1>
16
14
 
@@ -26,13 +24,21 @@
26
24
 
27
25
  .title1{
28
26
 
27
+ .title1{
28
+
29
29
  font-size: 4rem;
30
30
 
31
31
  display: flex;
32
32
 
33
- flex-direction: row;
33
+ justify-content: center;
34
34
 
35
- justify-content: center;
35
+ align-items: center;
36
+
37
+ height:100%;
38
+
39
+ margin:0;
40
+
41
+ padding:0;
36
42
 
37
43
  }
38
44