Bootcamp/Main
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 9: Line 9:
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
     justify-content: space-between;
     justify-content: flex-start; /* Align items closer to the top */
     align-items: center;
     align-items: center;
     padding-top: 20px; /* Space for the top box */
     padding-top: 40px; /* Space at the top for the top box */
   }
   }
   
   
Line 18: Line 18:
     background: rgba(255, 255, 255, 0.50);
     background: rgba(255, 255, 255, 0.50);
     padding: 20px;
     padding: 20px;
     max-width: 600px;
     max-width: 80%; /* Large width but still responsive */
     text-align: center;
    width: 100%;
    margin: 0 10%; /* Center the box horizontally */
     text-align: left; /* Align text to the left */
     font-family: Arial, sans-serif;
     font-family: Arial, sans-serif;
     font-size: 1.2em;
     font-size: 1.2em;
Line 45: Line 47:
   .video-container {
   .video-container {
     text-align: center;
     text-align: center;
    margin-top: auto; /* Pushes the video towards the middle of the remaining space */
   }
   }
   
   

Revision as of 21:21, 10 August 2024

MDrivenLearn presents:
Bootcamp
Learn how to model, prototype and build anything.

This page was edited 160 days ago on 08/12/2024. What links here