Bootcamp/Main
<style>
#mw-content-text.mw-body-content.mw-content-ltr { background-image: url('https://wiki.mdriven.net/images/d/de/Bootcamp_background.png'); background-size: 100% auto; /* Stretch the width to 100%, maintain aspect ratio for height */ background-position: center; background-repeat: no-repeat; min-height: 100vh; /* Ensure the background covers the full height */ display: flex; flex-direction: column; justify-content: flex-start; /* Align items closer to the top */ align-items: center; padding-top: 40px; /* Space at the top for the top box */ } .top-box { border-radius: 35px; background: rgba(255, 255, 255, 0.50); padding: 20px; max-width: 80%; /* Large width but still responsive */ width: 100%; margin: 0 10%; /* Center the box horizontally */ text-align: left; /* Align text to the left */ font-family: Arial, sans-serif; font-size: 1.2em; color: #000; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); margin-bottom: 40px; /* Increased space between the top box and the video */ } .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; } .video-container { text-align: center; margin-top: auto; /* Pushes the video towards the middle of the remaining space */ margin-bottom: 30px; /* Increased space between the video and the button */ } .video-container iframe { width: 100%; max-width: 800px; height: 450px; /* Increased height of the iframe */ border: none; border-radius: 15px; /* Optional: round the video corners */ } .next-step-button { display: inline-block; margin-top: 20px; padding: 10px 20px; border-radius: 25px; background: #E2F5FA; color: #000; font-size: 1.1em; font-weight: bold; text-decoration: none; text-align: center; } </style>
MDrivenLearn presents:
Bootcamp
Learn how to model, prototype and build anything.
<iframe src="https://www.youtube.com/embed/YOUR_VIDEO_ID_HERE" allowfullscreen></iframe> <a href="YOUR_NEXT_STEP_LINK" class="next-step-button">NEXT STEP - BOOTCAMP: BEFORE STARTING GUIDE</a>
This page was edited 160 days ago on 08/12/2024. What links here