更改

跳到导航 跳到搜索
添加265字节 、 2021年8月9日 (一) 18:25
无编辑摘要
第1行: 第1行: −
== 在 <code>body</code> 中居中一个 <code>div</code> ==
+
[[Category:Frontend]]
 +
== 笔记 ==
 +
 
 +
=== 增加 <code>br</code> 行间的高度 ===
 +
 
 +
实际上 <code>br</code> 没有高度,但可通过更改 <code>line-height</code> 的值来实现。<ref>[https://stackoverflow.com/a/1409742/10974106 How to change the height of a &lt;br&gt;]</ref>
 +
 
 +
=== 在 <code>body</code> 中居中一个 <code>div</code> ===
    
<ref>[https://stackoverflow.com/a/12772084/10974106 How to vertically center a “div” element for all browsers using CSS?]</ref>
 
<ref>[https://stackoverflow.com/a/12772084/10974106 How to vertically center a “div” element for all browsers using CSS?]</ref>
   
<syntaxhighlight lang=css>
 
<syntaxhighlight lang=css>
 
html {
 
html {
第36行: 第42行:     
<references />
 
<references />
  −
[[Category:Frontend]]
 

导航菜单