文本在第一列中高于其他列

时间:2016-10-27 05:25:03

标签: html css

“3.pay”标题中的h3标题高于其他标题。它没有水平对齐。enter image description here我该如何解决这个问题?附上是图像。

success

1 个答案:

答案 0 :(得分:0)

在您的css代码中找到工作。然后必须有 font-size 。试试吧。

您可以使用以下内容:

work
{
padding: 70px 0;
position: relative;
vertical-align: middle;
font-size: 30px;
font-weight: normal;
}