Source code

Revision control

Copy as Markdown

Other Tools

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