CSS overflow Property Posted on 2012-01-16 [Monday] by Jay Jay I used the CSS overflow Property today and set it to ‘auto’ so that my code fit on the screen. pre { overflow: auto; }