--- title: JS 的奇幻旅程 Template description: Template tags: Mortal slideOptions: # 簡報相關的設定 theme: dark # 顏色主題 transition: 'fade' # 換頁動畫 previewLinks: true # 預覽連結 --- {%hackmd C-_zW0vxSXSSsOkJHknc8g %} # JS 的奇幻旅程 <br> ## Template [TOC] ---- Made by FanRende (030Mortal#5525) <img src="https://i.imgur.com/Template.png" width="50%"> --- --- 參考 / 延伸閱讀: <div class="flex-container"> <div class="flex-content"> </div> <div class="flex-content"> </div> </div> <style> .gray { color: gray; font-size: 0.5em; } .slides .json, .slides .jsx { font-size: 0.75em !important; line-height: 1.2em !important; } .mermaid { background-color: rgba(1, 1, 1, .2) !important; } .slides code { background-color: #444 !important; border-radius: 10px; } .code-wrapper code { background-color: inherit !important; border-radius: inherit; } .flex-container { display: flex; justify-content: center; } .flex-content { flex-grow: 1; } </style> <style> /* Customize website's scrollbar like Mac OS */ ::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(128, 128, 128, 1); -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5); } </style>