Bootcamp/Start/Levels
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 15: Line 15:
     .header {
     .header {
         width: 100%;
         width: 100%;
         height: 70px;
         height: 60px;
         background: #E2F5FA;
         background: #E2F5FA;
         display: flex;
         display: flex;
         align-items: center;
         align-items: center;
         justify-content: center;
         justify-content: center;
         margin-top: 20px;
         margin-top: 10px;
     }
     }
     .header-text {
     .header-text {
         font-family: 'Outfit', sans-serif;
         font-family: 'Outfit', sans-serif;
         font-size: 28px;
         font-size: 24px;
         font-weight: 600;
         font-weight: 600;
         text-transform: uppercase;
         text-transform: uppercase;
Line 35: Line 35:
         display: flex;
         display: flex;
         align-items: center;
         align-items: center;
         margin: 20px 0;
         margin: 15px 0;
         animation: fadeInUp 1s ease-in-out forwards;
         animation: fadeInUp 1s ease-in-out forwards;
        justify-content: space-between;
     }
     }
     .section {
     .section {
         border-radius: 20px;
         border-radius: 20px;
         padding: 50px;
         padding: 20px;
         box-sizing: border-box;
         box-sizing: border-box;
         cursor: pointer;
         cursor: pointer;
         transition: transform 0.3s ease;
         transition: transform 0.3s ease;
         flex: 1;
         flex: 1;
         height: 300px;
         min-height: 200px;
         display: flex;
         display: flex;
         flex-direction: column;
         flex-direction: column;
Line 74: Line 75:
     }
     }
     .section-title {
     .section-title {
         font-size: 24px;
         font-size: 20px;
         font-weight: 700;
         font-weight: 700;
         margin-bottom: 10px;
         margin-bottom: 8px;
     }
     }
     .section-content {
     .section-content {
         font-size: 20px;
         font-size: 16px;
         font-weight: 400;
         font-weight: 400;
     }
     }
     .icon-placeholder {
     .icon-placeholder {
         width: 250px;
         width: 150px;
         height: auto;
         height: auto;
         background-size: contain;
         background-size: contain;
         background-repeat: no-repeat;
         background-repeat: no-repeat;
         margin: 0 20px;
         margin: 0 10px;
         animation: fadeInScale 1s ease-in-out forwards;
         animation: fadeInScale 1s ease-in-out forwards;
     }
     }
Line 106: Line 107:
     @media screen and (max-width: 768px) {
     @media screen and (max-width: 768px) {
         .header-text {
         .header-text {
             font-size: 22px;
             font-size: 18px;
         }
         }
         .section-title {
         .section-title {
             font-size: 20px;
             font-size: 18px;
         }
         }
         .section-content {
         .section-content {
             font-size: 16px;
             font-size: 14px;
         }
         }
         .icon-placeholder {
         .icon-placeholder {
Line 127: Line 128:
             margin: 10px 0;
             margin: 10px 0;
             text-align: center;
             text-align: center;
        }
        .beginner, .advanced {
            margin: 0;
        }
        .intermediate {
            margin: 0;
         }
         }
     }
     }

Revision as of 22:32, 18 August 2024