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

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第3行: 第3行:
   flex-wrap: wrap ;
   flex-wrap: wrap ;
   justify-content: space-around ;
   justify-content: space-around ;
  align-items: center ;
}
}

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

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