Training
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 34: | Line 34: | ||
} | } | ||
} | } | ||
.card-container { | |||
display: flex; | |||
flex- | flex-wrap: wrap; | ||
gap: 70px; | |||
justify-content: center; /* Centers items horizontally */ | |||
align-items: center; /* Centers items vertically */ | |||
} | } | ||
@media ( | /* Adjustments for screens wider than 768px */ | ||
@media (min-width: 769px) { | |||
.card-container { | .card-container { | ||
flex-direction: row; /* Items in a row for larger screens */ | |||
} | } | ||
} | } | ||
/* Adjustments for screens up to 768px */ | |||
@media (max-width: 768px) { | |||
.card-container { | |||
flex-direction: column; /* Stack items in a column for smaller screens */ | |||
padding: 0 !important; /* Zero padding for smaller screens */ | |||
} | |||
} | |||
</style> | </style> | ||
Revision as of 08:00, 17 January 2024
Training
LEARN BY DOING
CHOOSE YOUR PATH
Uncover all the possibilities when you build with MDriven, whether you’re just starting your career or developing new skills.
Uncover all the possibilities when you build with MDriven, whether you’re just starting your career or developing new skills.
Wondering where to start?
Training
1000 Steps Program
Unravel the mysteries of the MDriven tools, step by step
Training
The MDriven Book
Learn the foundational truths on which MDriven is built.
Training
Learn in Stages
Grow your MDriven knowledge gradually and at your own pace.
Training
MDriven Levels: Stars & Certificates
Beginner, Intermediate, Advanced. Go on MDriven adventures and earn certificates along the way