Skip to content

Instantly share code, notes, and snippets.

@practicingruby
Created September 13, 2008 19:07
Show Gist options
  • Save practicingruby/10640 to your computer and use it in GitHub Desktop.
Save practicingruby/10640 to your computer and use it in GitHub Desktop.
header margin_box.top_left do
text "Here's My Fancy Header", :size => 25, :align => :center
stroke_horizontal_rule
end
footer [margin_box.left, margin_box.bottom + 25] do
stroke_horizontal_rule
text "And here's a sexy footer", :size => 16
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment