Auto:

PHOTO EMBED

Fri Mar 24 2023 06:34:55 GMT+0000 (Coordinated Universal Time)

Saved by @CodeWithTG #css #html

<div class="container">
   <p>Some long text goes here. Some long text goes here. Some long text goes here.</p>
</div>

<style>
   .container {
      width: 200px;
      height: 100px;
      border: 1px solid black;
      overflow: auto;
   }
</style>
content_copyCOPY