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.
KineticJSステージをWebページの中央に配置しようとしています。
試した:
<div style="text-align: center"> <div id="container"></div> </div>
しかし、それはステージの中央ではなく、ステージの左側に集中します。私は何が欠けていますか?
<div> <div id="container" style="width:600px;border:1px solid gray;margin:auto;height:200px;"></div> </div>
margin:autoはこのdivの中心を揃えることができます