Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

responsive, meaning ?


this means that for example, we want to obtain different layouts for the same content, depending on the screen size

the same content seen through different viewport geometries

the same content seen through different viewport geometries


default layout policy


display property : basic policies


display - modern alternatives

good news is, there are more modern values, especially designed for responsive layouts:

we will study these 2 policies in the following notebooks


display: none

ther’s also a special value worth mentioning here:


display: none illustrated

Loading...