User:Star0/sandbox/styles.css:修订间差异

来自Arcaea中文维基
(以“.box{ flex-direction: row ; flex-wrap: wrap ; }”替换内容)
标签替换
无编辑摘要
第2行: 第2行:
   flex-direction: row ;
   flex-direction: row ;
   flex-wrap: wrap ;
   flex-wrap: wrap ;
  justify-content: flex-start ;
}
}

2020年7月12日 (日) 13:42的版本

.box{
  flex-direction: row ;
  flex-wrap: wrap ;
  justify-content: flex-start ;
}