【发布时间】:2016-07-03 12:39:09
【问题描述】:
我一直在谷歌搜索无济于事的解决方案。我只想center-align我的canvas。
我试过float="center",text-align="center",margin-top: 100px
但我的舞台没有在浏览器中对齐中心。
任何帮助表示赞赏。
<body onLoad="Main();">
<canvas id="Shooter" width="320" height="480" align="center">
Your browser does not support the HTML5 canvas tag.
</canvas>
【问题讨论】:
标签: html canvas alignment center