<div>
<h2 class="rotate">Writing</h2>
<h2>Mode</h2>
</div>
html {
font-family: "didot";
}
h2 {
font-size: 100px;
margin: 0;
writing-mode: vertical-lr;
text-align: center;
line-height: .9;
}
.rotate {
transform: rotate(180deg);
}
div {
display: grid;
height: 100vh;
justify-content: center;
align-content: center;
grid-template-columns: max-content max-content;
}
body {
margin: 0;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.