这里我尝试将“Table for”文本与class =“table”对齐,但没有任何反应,我认为它与元素的位置有关。
.table{
position:relative;
margin:5px;
width:100%;
text-align:center;
}
这是codepen
我在前端非常初学,所以不要严格判断。
答案 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;
}