<!DOCTYPE html>
<html>
<meta name="robots" content="noindex,nofollow">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CSS text-orientation Property experiment</title>
<meta name="description" content="">
<style>
body {
font-family: arial;
background: #000;
}
p {
writing-mode: vertical-rl;
text-orientation: upright;
color: #fff;
}
h1{
font-size: 187%;
line-height: 110%;
color: #fff;
}
</style>
<!-- Google Tag Manager -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-833407987"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'AW-833407987');
</script>
<!-- Google Tag Manager -->
</head>
<body>
<center>
<h1>CSS text-orientation Property</h1>
</center>
<p>This is a LambdaTest experiment on CSS TEXT orientation property</p>
</body>
</html>