[css] 在div中讓區塊垂直置中
先把解法code貼上 有機會再來寫這個案例 .prodctNameBox { font-size : 15px ; font-weight : bolder ; width : 200px ; height : 80px ; background-color : #FFF ; display : table-cell ; vertical-align : middle ; text-align : center }