Skip to content
Snippets Groups Projects
ResultMake.css 596 B
Newer Older
  • Learn to ignore specific revisions
  • 준현 강's avatar
    준현 강 committed
    .title-box {
    
    준현 강's avatar
    준현 강 committed
      text-align: center;
    }
    
    준현 강's avatar
    준현 강 committed
    
    
    .column-container {
    
      width: 300px;
    
      display: flex;
      flex-direction: column;
    
    }
    
    .flex-row {
      display: flex;
      flex-direction: row;
    
    준현 강's avatar
    준현 강 committed
      justify-content: center;
    
    준현 강's avatar
    준현 강 committed
      border-top: 2px solid #5fbdff; /* 기본 구분선 */
      box-shadow: 0px 1px 5px rgba(95, 189, 255, 0.5); /* 구분선에 그림자 효과 추가 */
      padding-top: 20px;
      margin-top: 30px;
    
    }
    
    .mostTime {
      position: fixed;
    
    준현 강's avatar
    준현 강 committed
      right: 0;
      top: 30%;
      transform: translateY(-50%);
      width: 20%;
      border: 1px solid black;
    
      padding: 20px;