Bootcamp/Start/Levels/Beginner
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 2: Line 2:
   <style>
   <style>
.container {
.container {
            display: flex;
    display: flex;
            flex-direction: column;
    flex-direction: column;
            align-items: center;
    align-items: center;
            width: 100%;
    width: 100%;
            padding: 20px;
    padding: 20px;
        }
}
    .info-box-container {
 
.info-box-container {
     display: flex;
     display: flex;
     width: 90%;
     width: 90%;
Line 16: Line 17:
     align-items: center;
     align-items: center;
}
}
.info-box {
.info-box {
     flex-grow: 1;
     flex-grow: 1;
Line 28: Line 30:
     min-height: 0;
     min-height: 0;
     height: auto;
     height: auto;
padding: 30px;
    padding: 30px;
}
 
.image-icon {
    width: 200px;
    height: auto;
    margin-right: 20px;
}
 
.section {
    width: 90%;
    max-width: 1200px;
    margin: 40px 0 20px;
    /* Adjust margin to align with the icon-box */
    padding: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 10px 20px;
    align-items: start;
}
 
.chapter {
    background: #FFDABB;
    padding: 10px 20px;
    font-size: 1.5em;
    font-weight: 600;
    grid-row: 1 / 2;
}
 
.steps {
    background: rgba(255, 218, 187, 0.40);
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 400;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
 
.description {
    font-size: 1em;
    font-weight: 300;
    color: black;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    background: rgba(255, 218, 187, 0.1);
}
}
        .image-icon {
            width: 200px;
            height: auto;
            margin-right: 20px;
        }
        .section {
            width: 90%;
            max-width: 1200px;
            margin: 40px 0 20px; /* Adjust margin to align with the icon-box */
            padding: 20px;
            display: grid;
            grid-template-columns: auto 1fr;
            grid-template-rows: auto auto;
            gap: 10px 20px;
            align-items: start;
        }
        .chapter {
            background: #FFDABB;
            padding: 10px 20px;
            font-size: 1.5em;
            font-weight: 600;
            grid-row: 1 / 2;
        }
        .steps {
            background: rgba(255, 218, 187, 0.40);
            padding: 10px 20px;
            font-size: 1.2em;
            font-weight: 400;
            grid-column: 2 / 3;
            grid-row: 1 / 2;
        }
        .description {
            font-size: 1em;
            font-weight: 300;
            color: black;
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            background:rgba(255, 218, 187, 0.1);
        }


@media (max-width: 768px) {
@media (max-width: 768px) {
            .chapter, .steps, .description {
    .chapter, .steps, .description {
                font-size: 1em;
        font-size: 1em;
            }
    }
            .section {
 
                padding: 10px;
.section {
                grid-template-columns: 1fr;
        padding: 10px;
                grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
            }
        grid-template-rows: auto auto auto;
            .icon-box-container, .section {
    }
                width: 100%;
 
            }
.icon-box-container, .section {
            .chapter {
        width: 100%;
                grid-column: 1 / 2;
    }
                grid-row: 1 / 2;
 
            }
.chapter {
            .steps {
        grid-column: 1 / 2;
                grid-column: 1 / 2;
        grid-row: 1 / 2;
                grid-row: 2 / 3;
    }
            }
 
            .description {
.steps {
                grid-column: 1 / 2;
        grid-column: 1 / 2;
                grid-row: 3 / 4;
        grid-row: 2 / 3;
            }
    }
        }
 
.description {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
}
 
.headerContent {
.headerContent {
     padding: 5em;
     padding: 5em;
}
}
@media (max-width: 767px) {
@media (max-width: 767px) {
.headerContent {
    .headerContent {
padding: 2rem 1em;
        padding: 2rem 1em;
max-width: none;
        max-width: none;
}
    }
.heading {
 
font-size: 1.5em;
.heading {
}
        font-size: 1.5em;
.sub-heading {
    }
font-size: 1em;
 
}
.sub-heading {
.description {
        font-size: 1em;
font-size: 0.875em;
    }
}
 
.input-container {
.description {
max-width: none;
        font-size: 0.875em;
height: auto;
    }
}
 
.search-icon {
.input-container {
margin-left: 1em;
        max-width: none;
}
        height: auto;
.search-input {
    }
padding-left: 1em;
 
padding-right: 1em;
.search-icon {
}
        margin-left: 1em;
img {
    }
max-width: 100%;
 
height: auto;
.search-input {
}
        padding-left: 1em;
        padding-right: 1em;
    }
 
img {
        max-width: 100%;
        height: auto;
    }
}
}
     </style>
     </style>

Revision as of 23:26, 18 August 2024

This page was created by Edgar on 2024-08-12. Last edited by Stephanie@mdriven.net on 2025-03-12.

Training
BEGINNER: CONTENT & OUTLINE
BEGIN YOUR JOURNEY
Explore how MDriven’s modeling tools can help you achieve your business goals.

MDriven Chat

How would you like to chat today?

Setting up your conversation…

This may take a few moments