Source code
Revision control
Copy as Markdown
Other Tools
<!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>