Add your own CSS <div>class, which sets the font to courier(10pt) and has left and right margins set so that it is centered on the page.
.code {
font-family:courier;
font-size: 10pt;
margin: 5px; border: 1px solid black;
}
Then name it like this:
<div class="code">Your Code Here</div>
margin. 4 , , .