dongyuanxin / blog

📚 专注Web与算法
https://0x98k.com
MIT License
1.38k stars 184 forks source link

「评论」Flex上手与实战 #60

Open dongyuanxin opened 5 years ago

dongyuanxin commented 5 years ago

Flex上手与实战:https://xin-tan.com/passages/2019-03-20-css3-flex/

git710 commented 5 years ago

水平垂直居中的代码挂了

dongyuanxin commented 5 years ago

@git710 水平垂直居中的代码挂了

div {
  display: flex;
  justify-content: center;
  align-items: center;
}

谢谢提醒,已经补上了