Header

Page D (Before)

Magni est ut est nemo ut architecto aut rerum rem sed quod doloribus minus sed. Sit labore cupiditate velit.

Call-to-action link

/* CSS for old design pages: */

/* v1/basic.css */ body { font-size: 11px; } h1 { border-bottom: 1px solid; } h1, p { margin-bottom: 11px; } a { text-decoration: underline !important; } /* v2/layout.css */ .header { background-color: #ccc; padding: .5em 1em; } main { padding: 1em; } /* v1/layout_adjustments.css */ .header { font-size: 16px; } main { padding: 16px; } /* v1/components/action_links.css */ a.old-action { background-color: #f00; color: #fff; border: 3px solid #900; border-radius: 5px; padding: 5px; }