How do I markup a page with an HTML5 canvas such that the canvas
canvas
Takes up 80% of the width
Has a corresponding pixel h
This will center the canvas horizontally:
#canvas-container { width: 100%; text-align:center; } canvas { display: inline; }
HTML:
Your browser doesn't support canvas