Visible

PHOTO EMBED

Fri Mar 24 2023 06:25:52 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;
   }
</style>
content_copyCOPY