垂直对齐div中的内容

时间:2017-02-27 10:28:01

标签: html css



[Event Procedure]

.info-bg-section {
  background: transparent url(../images/img.jpg) repeat fixed 0 0/cover;
  position: relative;
}

.info-section-colored {
  background-color: #3F3FB5;
  padding: 100px 40px;
}




我想在此部分添加填充(info-bg-section)。另外,我想在div中垂直对齐内容。

我尝试将填充添加到div中,但似乎并不是一个好主意

1 个答案:

答案 0 :(得分:0)

要垂直对齐内容,可以使用vertical-align CSS属性。有关这方面的更多信息,请访问:https://www.w3schools.com/cssref/pr_pos_vertical-align.asp

您可能尝试过或未尝试的另一个想法是使用填充百分比。