質問編集履歴

1

ソースを更新

2021/02/23 02:06

投稿

roro_mochi
roro_mochi

スコア48

test CHANGED
File without changes
test CHANGED
@@ -16,45 +16,45 @@
16
16
 
17
17
  %nav.navbar.navbar-header.navbar-expand-lg.fixed-top
18
18
 
19
- .col-lg-11
19
+ .col-12
20
20
 
21
- %a{:href => "#",}
21
+ %a.navbar-brand.align-items-left{:href => "/"}
22
22
 
23
- = image_tag("logo.png", alt: "logo", :class => "img-fluid")
23
+ = image_tag("logo.png", width: '100%',alt: "logo")
24
24
 
25
- .text-right
25
+ .text-rigth
26
26
 
27
- メール
27
+ メールはこちら
28
28
 
29
- //ここまで一段目
30
29
 
31
- //ここから二段目
32
30
 
33
- .navbar-nav.mr-auto
31
+ #navbarSupportedContent.collapse.navbar-collapse
34
32
 
35
- %ul.navbar-nav.mr-auto
33
+ %ul.navbar-nav.mx-auto
36
34
 
37
- %li.nav-item.active
35
+ %li.nav-item.active.justify-content-center.align-items-center
38
36
 
39
- %a.nav-link{:href => "#"}
37
+ %a.nav-link{:href => "#"}
40
38
 
41
- ナビ1
39
+ ナビ1
42
40
 
43
- %a.nav-link{:href => "#"}
41
+ %li.nav-item.justify-content-center
44
42
 
45
- ナビ2
43
+ %a.nav-link{:href => "#"} ナビ
46
44
 
47
- %a.nav-link{:href => "#"}
45
+ %li.nav-item.justify-content-center
48
46
 
49
- ナビ3
47
+ %a.nav-link{:href => "#"} ナビ
50
48
 
51
- %a.nav-link{:href => "#"}
49
+ %li.nav-item.justify-content-center
52
50
 
53
- ナビ4
51
+ %a.nav-link{:href => "#"} ナビ
54
52
 
55
- %a.nav-link{:href => "#"}
53
+ %li.nav-item.justify-content-center
56
54
 
57
- ナビ5
55
+ %a.nav-link{:href => "#"} ナビ
56
+
57
+
58
58
 
59
59
  ```
60
60
 
@@ -62,13 +62,17 @@
62
62
 
63
63
  ### できたこと
64
64
 
65
- 段目は完成しましたが、れで良いのか自信ない
65
+ ナビを5つ2段目に並べるができた
66
+
67
+
68
+
69
+ ### できないこと
70
+
71
+ メールが画像と同じ並び且つ右寄せ
66
72
 
67
73
 
68
74
 
69
75
  ### 調べたこと
70
-
71
-
72
76
 
73
77
  flex-column を navbar-collapseに入れてみて2段になりましたが、
74
78