Bootcamp
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
     flex-direction: column;
     flex-direction: column;
     justify-content: flex-start;
     justify-content: flex-start;
     align-items: center;
     align-items: flex-start;
    padding: 2em;
}
}


Line 19: Line 20:
     max-width: 80%;
     max-width: 80%;
     width: 100%;
     width: 100%;
    margin: 0 10%;
     text-align: left;
     text-align: left;
     font-size: 1.2em;
     font-size: 1.2em;
     color: #000;
     color: #000;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     margin-bottom: 7em;
     margin-bottom: 4em;
     opacity: 0;
     opacity: 0;
     animation: fadeIn 1.5s ease-out forwards;
     animation: fadeIn 1.5s ease-out forwards;
Line 46: Line 46:


.video-container {
.video-container {
     text-align: center;
     text-align: left;
     margin-bottom: 60px;
     margin-bottom: 60px;
     opacity: 0;
     opacity: 0;
Line 73: Line 73:
     opacity: 0;
     opacity: 0;
     animation: fadeIn 1.5s ease-out 1s forwards;
     animation: fadeIn 1.5s ease-out 1s forwards;
}
.video-container iframe {
    width: 100%;
    max-width: 640px;
    height: 360px;
    border: none;
    border-radius: 15px;
}
}


Line 82: Line 90:
@media (max-width: 767px) {
@media (max-width: 767px) {
     #mw-content-text.mw-body-content.mw-content-ltr {
     #mw-content-text.mw-body-content.mw-content-ltr {
         background-image: url('https://wiki.mdriven.net/images/bootcamp_background_mobile.webp');
         background-image: url('https://wiki.mdriven.net/images/background_mobile.webp');
        padding: 1em;
     }
     }
}
}

Latest revision as of 11:34, 21 August 2024

MDriven Learn presents:
BOOTCAMP
Learn how to model, prototype and build anything.