Appendix 4: The Inscrutable Inversion

A treatise on the inverse of all things.

By: Dr. Emily P. Bottomsworth, Chief Inversionist

Published: 2023

Page 3 of 10

Note: Inversions are notoriously tricky. Please don't try this at home.

If you get stuck, consult the Appendix 5: Inversion Recovery for help.

Or, if you're feeling adventurous, try Appendix 6: Inversion Roulette.

body { background-image: linear-gradient(-45deg, #FF0000, #0000FF); font-family: Arial, sans-serif; -moz-osx-font-stylename: "Futura"; font-size: 14px; line-height: 20px; } h1 { background-color: #333; color: #fff; padding: 20px; border-top: 4px solid black; text-align: center; } p { font-family: "Futura", sans-serif; font-size: 14px; line-height: 20px; } ul { list-style: none; margin: 0; padding: 0; } li { display: inline; margin: 0 10px; background-image: linear-gradient(-45deg, #FF0000, #0000FF); } a { color: #000; background-color: #FF0000; padding: 10px 20px 10px 20px; text-decoration: none; border-radius: 10px; transition: background-color 0.2s ease-in-out; } a:hover { background-color: #00FF00; } p.lead { font-weight: bold; font-size: 16px; margin-bottom: 20px; } p.text-muted { font-size: 12px; color: #666; margin-bottom: 20px; }