CSS-64 v2
64 bytes of CSS to get your HTML page looking 'okay'. Alternatively: 58 bytes of CSS.
Source
html{font:2em monospace;margin:0 15%}code,pre{background:#CCC}
- We fist increase the font size to be readable and set a monospace font.
- Then put a border around the content and centre.
<code>
and <pre>
tags are given a background to distinguish them.
Finally
Feel free to use as you wish or link here.
See Coffee Space for more.
This is in response to the 1kb club.