- An image slightly rotated counterclockwise
- An image rotated counterclockwise and turned upside down
- An image rotated clockwise and turned upside down
- An image rotated clockwise
An image slightly rotated counterclockwise.
<html>
<head>
<style>img {
transform: rotate(-10deg);
}
body {
text-align: center;
}</style>
</head>
<body>
<h3>Tracebook</h3>
<p>Make sure your photo looks right before setting it as a profile image</p>
<br>
<img src="https://mimo.app/r/edd.png">
</body>
</html>]]>