Skip to content
Snippets Groups Projects
ResultEnd.css 417 B
Newer Older
  • Learn to ignore specific revisions
  • 준현 강's avatar
    준현 강 committed
    .title-box {
      width: 30%;
      margin: 0 auto;
      text-align: center;
    }
    
    .form-container {
      width: 100%;
      margin-bottom: 20px;
      padding: 0;
    }
    
      border: 1px solid;
    
      padding: 10px;
    }
    .possible {
      position: fixed;
    
    준현 강's avatar
    준현 강 committed
      width: 20%;
    
      border-width: 1px;
      border-color: black;
      border-style: solid;
      padding: 20px;
    }
    .row {
      display: flex;
      justify-content: center;
    
    준현 강's avatar
    준현 강 committed
    
    .calendar-container {
      width: 65%;
    }