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

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第2行: 第2行:
   flex-direction: row ;
   flex-direction: row ;
   flex-wrap: wrap ;
   flex-wrap: wrap ;
   justify-content: flex-start ;
   justify-content: space-around ;
}
}

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

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