--- extends: _layouts.markdown title: "Display" --- # Display > If you're looking for Flexbox utilities, see the [Flexbox](/styles/flexbox) page. The display utilities simply `display` property helpers. ```html
``` ## Responsive The display utitlies can also be used with responsive prefixes: ```html
``` ```less // Using the utilities in Less: div { .screen(lg, { .inline-block; }); } ```