How elements take up space on the page is controlled by their `display`. There used to be two broad display types in CSS: elements were inline or block-level but there's a bit more to it than that.
...more
View all episodesBy Guy Routledge: front-end developer, teacher and screencaster
AtoZ CSS Episode 4: Display
How elements take up space on the page is controlled by their `display`. There used to be two broad display types in CSS: elements were inline or block-level but there's a bit more to it than that.