Skip to content
Snippets Groups Projects
ResultMake.css 611 B
Newer Older
  • Learn to ignore specific revisions
  • 준현 강's avatar
    준현 강 committed
    .title-box {
      width: 30%;
      margin: 0 auto;
      text-align: center;
    }
    
    .column-container {
      display: flex;
      flex-direction: column;
    }
    
    .row-container {
      display: flex;
    }
    
    .flex-row {
      display: flex;
      flex-direction: row;
    }
    
    .mostTime {
      background-color: white;
      position: fixed;
      margin-left: 20px;
      width: 20em;
      border-width: 1px;
      border-color: black;
      border-style: solid;
      padding: 20px;
    }
    .possibleMan {
      background-color: white;
      position: fixed;
      margin-left: 20px;
      margin-top: 200px;
      width: 20em;
      border-width: 1px;
      border-color: black;
      border-style: solid;
      padding: 20px;
    }