Fluid layouts with CSS

后端 未结 4 1204
不思量自难忘°
不思量自难忘° 2021-01-01 00:50

I have noticed on some sites that utilise a fluid layout, it is possible to remove elements on the page and replace elements when the window is shrunk to a smaller size, obv

4条回答
  •  感情败类
    2021-01-01 01:16

    This type of design is more commonly known as "responsive" design, whereas "fluid" design is usually referred to as design that isn't fixed width.

    You can use CSS media queries to produce designs like this.

提交回复
热议问题