Source code

Revision control

Copy as Markdown

Other Tools

<title>::first-letter and overflow</title>
<style>
div {
height: 3em; width: 8em;
padding: 3px;
background: yellow; color: black;
line-height: 1.0;
}
div::first-letter { font-size: 4em }
</style>
<div>Hello</div>