不能宽度:100%和text-align:center

时间:2016-09-11 06:38:12

标签: html css

这里我尝试将“Table for”文本与class =“table”对齐,但没有任何反应,我认为它与元素的位置有关。

.table{
      position:relative;
      margin:5px;
      width:100%;
      text-align:center;
}

这是codepen

我在前端非常初学,所以不要严格判断。

1 个答案:

答案 0 :(得分:1)

$row['post_contentL']
body{
  background-color: grey;
}

.menu{
  width:300px;
  height:400px;
  background-color:white;
  position:relative;
}

.lupe{
  float:right;
}

.arrow{
  float:left;
  margin-bottom:157px;
}

.ball{
  position:relative;
  left:10px;
  margin:20px;
}

.table{
  position:relative;
  margin:5px;
  width:100%;
  text-align:center;
}