function formatDiv() { this.div.style.textAlign = 'center'; this.div.style.fontFamily = 'Arial'; this.div.style.border = 'solid 1px black'; this.div.style.fontSize = Math.floor(size * 0.9) + 'px'; this.div.style.width = size + 'px'; this.div.style.height = size + 'px'; }