Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<meta name="description" content="這是我的個人網站與作品集,記錄我在前端開發的學習歷程與專案實作,包含 HTML、CSS、JavaScript 與 RWD 設計筆記,並分享開發心得與最佳實務。">
<style>
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; max-width: 100%; overflow-x: hidden; }
html, body { margin: 0; padding: 0; max-width: 100%; }
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans TC", Arial, sans-serif; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 960px; margin: 0 auto; padding: 16px; }
.container { width: 960px; margin: 0 auto; padding: 16px; }
nav a { margin-right: 12px; text-decoration: none; }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.col-12 { grid-column: span 12; }
Expand Down Expand Up @@ -63,4 +63,4 @@ <h3>待辦清單 App</h3>
<img src="https://source.unsplash.com/600x200/?technology,abstract" alt="科技感的抽象頁尾裝飾圖">
</footer>
</body>
</html>
</html>
Loading