CSS:修訂版本之間的差異

出自六年制學程
跳轉到: 導覽搜尋
文字垂直置中
文字垂直置中
第 6 行: 第 6 行:
 
===文字垂直置中===
 
===文字垂直置中===
 
#Div設 height 、 line-height 設同值,文字自然會垂直置中
 
#Div設 height 、 line-height 設同值,文字自然會垂直置中
#*<DIV style='background-color:#C7FF91;width:300px;height:100px;text-align:center;line-height:100px;'> 測試文字垂直置中</DIV>
+
#*&lt;DIV style='background-color:#C7FF91;width:300px;height:100px;text-align:center;line-height:100px;'&gt;<br/> 測試文字垂直置中<br/>&lt;/DIV&gt;
 
#*<DIV style='background-color:#C7FF91;width:300px;height:100px;text-align:center;line-height:100px;'> 測試文字垂直置中</DIV>
 
#*<DIV style='background-color:#C7FF91;width:300px;height:100px;text-align:center;line-height:100px;'> 測試文字垂直置中</DIV>

2015年6月29日 (一) 16:07的修訂版本

Cascading Style Sheets(串接樣式表)

語法

表格(table)

文字垂直置中

  1. Div設 height 、 line-height 設同值,文字自然會垂直置中
    • <DIV style='background-color:#C7FF91;width:300px;height:100px;text-align:center;line-height:100px;'>
       測試文字垂直置中
      </DIV>
    •  測試文字垂直置中