无编辑摘要 标签: ![]() ![]() |
无编辑摘要 标签: ![]() ![]() |
||
第11行: | 第11行: | ||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
font-weight: bold; | font-weight: bold; | ||
color: | color: lightgreen; | ||
} | } | ||
2025年2月5日 (三) 08:18的版本
/* 改变整个页面的字体 */ body { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333; } /* 改变标题的字体 */ h1, h2, h3, h4, h5, h6 { font-family: Georgia, serif; font-weight: bold; color: lightgreen; } /* 改变链接的字体 */ a { font-family: Arial, sans-serif; color: #0066cc; text-decoration: none; } /* 改变代码块的字体 */ pre, code { font-family: "Courier New", monospace; font-size: 14px; background-color: #f5f5f5; padding: 5px; border-radius: 3px; }