亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

html5 - Why does the second flex immediately follow the first flex container?
淡淡煙草味
淡淡煙草味 2017-07-01 09:12:21
0
2
1651

Question: How can the second flex be moved behind the first flex container?

navbar code

.navbar {
  height: 60px;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  display: flex;

  .theme;
  .green-border;
}

container code

.container {
  display: flex;

  .make-col(@max-col-num);
  .make-col-offset(@max-col-num);
}
淡淡煙草味
淡淡煙草味

reply all(2)
大寫(xiě)字母H

flex-direction: colum;?

漂亮男人

.container is a flex container, .navbar and .main are both flex containers and flex items

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template