質問編集履歴

2

コードの追加

2020/06/22 01:38

投稿

ponchineey09083
ponchineey09083

スコア16

test CHANGED
File without changes
test CHANGED
@@ -29,6 +29,32 @@
29
29
  ```
30
30
 
31
31
  ```
32
+
33
+ .gnavi{
34
+
35
+ display:flex;
36
+
37
+ height:110px;
38
+
39
+ background-color:#ED5D60;
40
+
41
+ }
42
+
43
+ .gnavi img{
44
+
45
+ width:130px;
46
+
47
+ height:100px;
48
+
49
+ margin-top:5px;
50
+
51
+ margin-left:430px;
52
+
53
+ margin-right:50px;
54
+
55
+ }
56
+
57
+
32
58
 
33
59
  .gnavi ul{
34
60
 

1

コードの追加

2020/06/22 01:38

投稿

ponchineey09083
ponchineey09083

スコア16

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
 
8
8
 
9
+ ```
10
+
9
- ```<nav class="gnavi">
11
+ <nav class="gnavi">
10
12
 
11
13
  <img src="logo.png" alt="">
12
14