[小技巧] flex 搭配 margin 上下左右置中

flex 搭配 margin 上下左右置中

  • 當外層元素display為flex時,內層元素只要使用 margin : auto ; 就可以簡單達到上下左右置中效果

  • 範例如下: