1

水平方向の中央に配置したい相対的に配置されたdivがあります。また、ページの真ん中の特定の高さにしたいです。しかし、以下のcssを使用すると、水平方向に中央に配置できますが、margin-topは適用されません

  position:relative;
  margin: 0 auto;
  text-align:center;
  color:white;
  opacity:0.75;
  margin-top:30px;

何が間違っている可能性がありますか??

4

1 に答える 1