Bootcamp/Start/Levels/Experienced
(Created page with "<html> <style> .container { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 20px; } .info-box-container { display: flex; width: 90%; max-width: 1200px; position: relative; margin-bottom: -20px; margin-top: 2em; } .image-icon { width: 200px; height:...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
         }
         }
         .info-box-container {
         .info-box-container {
            display: flex;
    display: flex;
            width: 90%;
    width: 90%;
            max-width: 1200px;
    max-width: 1200px;
            position: relative;
    position: relative;
            margin-bottom: -20px;
    margin-bottom: 20px;
            margin-top: 2em;
    align-items: center;
        }
}
 
.info-box {
    flex-grow: 1;
    border-radius: 20px;
    background: rgba(0, 96, 168, 0.1);
    padding: 20px;
    margin-left: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: justify;
    min-height: 0;
    height: auto;
    padding: 30px;
}
         .image-icon {
         .image-icon {
             width: 200px;
             width: 200px;
             height: auto;
             height: auto;
             margin-right: 20px;
             margin-right: 20px;
        }
        .info-box {
            flex-grow: 1;
            border-radius: 20px;
            background: rgba(0, 96, 168, 0.1);
            padding: 20px;
            margin-left: 60px; /* Aligns with the steps */
         }
         }
         .section {
         .section {

Latest revision as of 23:29, 18 August 2024

Training
ADVANCED: CONTENT & OUTLINE
BEGIN YOUR JOURNEY
Explore how MDriven’s modeling tools can help you achieve your business goals.
Icon
Throughout this training process, we'll familiarize you with the MDriven Designer using the example of a car management system. This includes creating elements like Cars and a Car Factory and adding people such as a Car Owner and Car Dealer. Every chapter adds a different piece to the overall system. Let's begin!