Home > database >  How we can adjust long text within div, without changing alignment of page?
How we can adjust long text within div, without changing alignment of page?

Time:06-24

I don't want to change div tag height and width want to adjust text by using scroll or any other property, for long text or big paragraph.

CodePudding user response:

Well you can add a property overflow-y:scroll.

  • Related