blob: 8ee44e858972e71963b990acea63af1b03d405ed [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
.clip {
font-size: 80px;
width: 4em;
color: green;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
</style>
<div class="clip">AAAAAAAAAAAAA</div>