I created this repo with the intention of practicing how much of flexbox I have mastered in order to create layouts, and style components using the CSS flexbox.
Halfway I thought why not allow other developers to showcase their flexbox mastery too.
...
<li class="nav__item">
<a href="equal-height-cards/index.html" class="nav__link">
Create cards with equal heights
</a>
</li>
...CAUTION!!! : Ensure you do not add a forward slash ( / ) at the beginning of href link, otherwise the link to your project won't work!.
<li class="nav__item">
<a href="equal-height-cards/index.html" class="nav__link">
Create cards with equal heights - John Mwendwa
</a>
</li>Try to use only flexbox for your layouts and design to see how much you've mustered it.
If you also want to showcase your CSS grid mastery, checkout my other repo on CSS grid and be sure to contribute here https://github.com/JohnMwendwa/grid-practice-excercises
Don't forget to star the repo ?
If you have an extremely good eye for design, you can alter the root style.css stylesheet. Although all your alterations are not always guaranteed to be merged but it's always worth the effort.
https://johnmwendwa.github.io/flexbox-practice-excercises