【CSS】 おぼえがき

【CSS】 おぼえがき

日時 2019.03.09
内容

Flex box

両端揃え

justify-content:space-between;
.wrap {
  display:flex;
  justify-content:space-between;
}