Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<style>
#container {
  width: min-content;
  border: 1px solid black;
  font-size: 100px;
  font-variant-caps: all-small-caps;
}
</style>
</head>
<body>
  <div id="container">
    X
  </div>
</body>
</html>