2019/11/13

Flexで2カラム









See the Pen flexで2カラム by takapen (@takapen) on CodePen.









  • 111
  • 222
    222
  • 333
  • 444
  • 555




ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px;
}
li {
  width: 49%;
  margin-bottom: 16px;
  background: #ccc;
}