Blogger CSS 樣式
table { border-collapse: collapse; } th { background-color: var(--info); } td, th { border: 1px solid #b9b8b8; text-align: left; padding: 8px; } tr:nth-child(odd) { background-color: var(--table); } .text-title { font-size: clamp(2em, 5vw, 3em); font-family: cursive; font-weight: 600; color: var(--primary); line-height: 1.2em; margin: 0.5em 0; } .text-head { font-size: clamp(1.5em, 4vw, 2rem); font-family: cursive; font-weight: 600; color: var(--secondary); line-height: 1.2em; margin: 0.5em 0; } h1 { font-size: clamp(1.7em, 4.5vw, 2.5em); font-family: cursive; font-weight: 600; color: var(--primary); line-height: 1.2em; margin: 0.5em 0; } h2 { font-size: clamp(1.5em, 4vw, 2rem); font-family: cursive; font-weight: 700; color: var(--secondary); line-height: 1.2em; margin: 0.5em 0; } h3 { font-size: clamp(1.3em, 3.5vw, 1.75rem); font-family: cursive; font-weight: 800; color: var(--primary); line-height: 1....