Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
水平方向の中央に配置したい相対的に配置されたdivがあります。また、ページの真ん中の特定の高さにしたいです。しかし、以下のcssを使用すると、水平方向に中央に配置できますが、margin-topは適用されません
position:relative; margin: 0 auto; text-align:center; color:white; opacity:0.75; margin-top:30px;
何が間違っている可能性がありますか??