Videos
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 76: | Line 76: | ||
<html> | <html> | ||
<style> | <style> | ||
.youtube-video-row { | |||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: | justify-content: space-around; | ||
gap: | gap: 20px; /* Adjust the space between videos */ | ||
padding: 10px; | |||
} | } | ||
.youtube-video-row | .youtube-video-row iframe { | ||
flex: 1; | flex: 1 0 30%; /* Each video takes up roughly 30% of the container width */ | ||
max-width: 360px; /* Maximum width of each video */ | |||
border-radius: 10px; /* Optional: Rounded corners for the video */ | |||
} | } | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.youtube-video-row | .youtube-video-row iframe { | ||
flex-basis: 100%; /* | flex-basis: 100%; /* On smaller screens, each video takes full width */ | ||
} | } | ||
} | } |
Revision as of 23:20, 18 January 2024
Training
EXPLORE MDriven through Video
INTRODUCING THE MDRIVEN VIDEO EXPERIENCE
Watch videos tailored to simplify everything you need to know about MDriven.
Watch videos tailored to simplify everything you need to know about MDriven.
Check out the official MDriven YouTube here:
www.youtube.com/@MDrivenOfficial