Click here to go back to a normal life.
This is hard to read cause it is all upsidedown.
You can make your site do this (why?) by making a class like above.
.upsidedown {
transform: scale(-1,-1);
display: inline-block;
}
Apply it in the page like this:
<body class="upsidedown">My Content Here</body>
'body' can be anything you need, "a", "p", any other html element.