<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>text_inline</title>
<link rel="stylesheet" href="../shared.css" />
</head>
<body style="width: 1200px; height: 630px">
<div
style="
display: block;
background-color: rgb(255, 255, 255);
width: 100%;
justify-content: center;
max-lines: 3;
block-ellipsis: auto;
continue: collapse;
text-overflow: ellipsis;
font-size: 48px;
text-wrap-mode: wrap;
white-space-collapse: preserve;
"
>
<span style="display: inline">The quick brown fox jumps over the lazy dog.</span
><span style="display: inline; text-transform: uppercase"
>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </span
><span style="display: inline; color: rgb(255, 0, 0)">Nothing beats a jet2 holiday! </span
><span style="display: inline; font-weight: 600; color: rgb(0, 0, 255); font-style: italic"
>I'm making a browser at this point.
</span>
</div>
</body>
</html>