<!DOCTYPE html>
<meta charset=utf-8>
<title>CSS Text reference</title>
<link rel="author" title="Jonathan Kew" href="mailto:[email protected]">
<style>
p {
width: min-content;
border: 2px solid green;
font: 24px monospace;
}
</style>
<body>
<p>
This
is
a
simple
test
</p>
</body>