Skip to article frontmatterSkip to article content
tools = require('../js/tools'); tools.init()
Loading...

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

logical zoom

default layout policy

display property : basic policies

display - modern alternatives

more modern values include :

we will study these 2 policies in separate notebooks

display: none

display: none illustrated

Loading...