Bootcamp
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(2 intermediate revisions 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: | align-items: flex-start; | ||
padding: 2em; | |||
} | } | ||
Line 19: | Line 20: | ||
max-width: 80%; | max-width: 80%; | ||
width: 100%; | width: 100%; | ||
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: | 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: | 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 83: | Line 91: | ||
#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/bootcamp_background_mobile.webp'); | ||
padding: 1em; | |||
} | } | ||
} | } |
Latest revision as of 00:54, 21 August 2024
MDriven Learn presents:
BOOTCAMP
Learn how to model, prototype and build anything.
BOOTCAMP
Learn how to model, prototype and build anything.