説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ui.css 367B

123456789101112131415161718192021
  1. .color-label {
  2. float: left;
  3. margin-right: 5px;
  4. }
  5. #preview-container {
  6. padding: 10px;
  7. border: 10px gray;
  8. background-color: white;
  9. height: 100mm;
  10. display: flex;
  11. flex-direction: row;
  12. justify-content: space-around;
  13. }
  14. .row-eq-height {
  15. display: -webkit-box;
  16. display: -webkit-flex;
  17. display: -ms-flexbox;
  18. display: flex;
  19. }