Expand pre Background #2

calc()を使って真ん中寄せにしたpre要素の余った余白を塗り潰す。スクロールバーの有無に対応できない。

<script type="text/javascript">
// Say hello world until the user starts questioning
// the meaningfulness of their existence.
function helloWorld(world) {
  for (var i = 42; --i >= 0;) {
    alert('Hello ' + String(world));
  }
}
</script>
<style>
p { color: pink }
b { color: blue }
u { color: "umber" }
</style>