Media Queries
Media width
Media queries allow CSS modification depending on the screen's size.
https://codepen.io/younes-jaaidi/pen/LJdQQv
Media orientation
It is also possible to modify CSS depending on the device's orientation.
Last updated