Skip to content
Snippets Groups Projects
ResultMake.css 337 B
Newer Older
  • Learn to ignore specific revisions
  • 준현 강's avatar
    준현 강 committed
    .title-box {
      width: 30%;
      margin: 0 auto;
      text-align: center;
    }
    
    준현 강's avatar
    준현 강 committed
    
    
    .column-container {
      display: flex;
      flex-direction: column;
    }
    
    .flex-row {
      display: flex;
      flex-direction: row;
    }
    
    .mostTime {
      position: fixed;
    
    준현 강's avatar
    준현 강 committed
      right: 0;
      top: 30%;
      transform: translateY(-50%);
      width: 20%;
      border: 1px solid black;
    
      padding: 20px;
    }