「CSS版面配置」修訂間的差異

出自六年制學程
跳至導覽 跳至搜尋
第1行: 第1行:
 
[[分類:HTML]]{{#css:
 
[[分類:HTML]]{{#css:
.content {
 
  max-width: 600px;
 
  margin: 1em auto;
 
}
 
h1.content {
 
  margin: .5em auto 1em;
 
}
 
h1, h2 {
 
  font-family: 'Bree Serif', serif;
 
  font-weight: normal;
 
}
 
h1 {
 
  margin: 1.5em 0;
 
  font-weight: normal;
 
}
 
h2 {
 
  font-family: 'Bree Serif', serif;
 
  margin: 1.2em 0;
 
  font-weight: normal;
 
}
 
 
 
#toc {
 
#toc {
 
   line-height: 1.5em;
 
   line-height: 1.5em;
第75行: 第54行:
 
}}
 
}}
 
<ul id='toc'>
 
<ul id='toc'>
  <li>
 
 
     <ul>
 
     <ul>
 
<li>[http://zh-tw.learnlayout.com/no-layout.html 沒有版面配置]</li>
 
<li>[http://zh-tw.learnlayout.com/no-layout.html 沒有版面配置]</li>
第98行: 第76行:
 
<li>[http://zh-tw.learnlayout.com/about.html 關於本站]</li>
 
<li>[http://zh-tw.learnlayout.com/about.html 關於本站]</li>
 
     </ul>
 
     </ul>
  </li>
 
 
</ul>
 
</ul>

於 2019年1月28日 (一) 23:18 的修訂