<div class="container">
  <div class="username">bytefish</div>
  <p class="profile">Frontend Enginer, UX Designer </p>
</div>
.container {
  border: 2px solid red;
  width: 200px;
  height: 60px;
}
.profile {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.