CSS overflow Property

I used the CSS overflow Property today and set it to ‘auto’ so that my code fit on the screen.

pre { overflow: auto; }

Leave a Reply