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 27: Line 27:
     opacity: 0;
     opacity: 0;
     animation: fadeIn 1.5s ease-out forwards;
     animation: fadeIn 1.5s ease-out forwards;
}
.top-box-title {
    font-weight: bold;
    font-size: 1.5em;
}
.top-box-subtitle {
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 10px;
}
.top-box-description {
    font-size: 1.2em;
    margin-top: 10px;
}
}


Line 57: 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;
}
}



Latest revision as of 00:54, 21 August 2024

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