Feature/task 1#15
Open
inorgpod wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目標:完成手機版 navbar 選單顯示
本專案是使用 Bulma 作為 css 框架,可以快速的瀏覽一下它的使用方式
完成 index.js - 在手機版頁面點擊漢堡圖示顯示選單
Bulma 的 navbar 會自動變成漢堡選單,但選單的觸發必須套上 .is-active 的 class 顯示 (請參考 https://bulma.io/documentation/components/navbar/#navbar-menu)
請新增一個 index.js 檔案,並且在漢堡選單上套用點擊事件,讓畫面可以在手機版的版型正確顯示 menu 清單