Page layout problem

how is this layout changed according to the width of the page implemented

clipboard.png

clipboard.png

clipboard.png

Mar.06,2021

Adaptive bootstrap


bootstrap?


you can implement

with css.
@media screen and (max-width: 800px) {
    body {
        width: 100%
    }
}
Menu