SyntaxFix
Write A Post
Hire A Developer
Questions
Add text-align: center; to the parent tag of <canvas>. That's it.
text-align: center;
<canvas>
Example:
<div style="text-align: center"> <canvas width="300" height="300"> <!--your canvas code --> </canvas> </div>