mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
14 lines
238 B
HTML
14 lines
238 B
HTML
<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; float: left; }
|
|
|
|
</style>
|
|
|
|
<div>Hello</div>
|