Centering a variable-width grid after resizing the page

前端 未结 5 1040
有刺的猬
有刺的猬 2021-01-14 10:14

Here is an image of what I want to do in CSS: image.

Any ideas?

5条回答
  •  粉色の甜心
    2021-01-14 10:46

    Being too lazy to implement Media Queries (and the multiple scenarios to account for), I implemented a simple solution. Put the images in an unordered list (where li {display: inline-block}) and then (text-align: center) the wrapper. Adjust your margins etc. later to make it pretty.

    
    
    

提交回复
热议问题