Designers Learn Code: The Overflow Property
Yesterday, we introduced the idea that you can limit the maximum width and height of an element. What happens when the content is actually larger than the maximum width and height that we have set? In this case, we use the overflow property to control what happens. The value for overflow can either be "hidden" or "scroll." With hidden, any content that overflows will be hidden. With scroll, a scrollbar is added so that the user can scroll to see the missing content.
Jumpstart Your Learning of HTML and CSS is now LIVE! If you’ve been enjoying The Daily Code Snippet and want to accelerate your learning of HTML and CSS, be sure to check out this workshop: http://get.designerslearncode.com/jum...
In this coding bootcamp, you will not only learn about code but also have hand’s on practical and by the end of the course, you will have coded your first web page. This course is suitable for beginners as we go over the basics. The course does touch upon topics that may be more familiar to those who are designers. This may be helpful to those who want to learn how to create websites with design in mind.