在div元素中有一个a元素,div的高度比较高,想让a元素在div内垂直方向上处于居中位置,请问该怎么设置样式?如下图:
谢谢。
line-height 为div高度。
可以试试
.Center-Container {
position: relative;
}
.Absolute-Center {
width: 50%;
height: 50%;
overflow: auto;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
把问题改为:如何使用google来帮助学习和工作。