@iyke-eSubmitted about 2 years ago
Tony
@TonyHansordAll comments
- @TonyHansordPosted about 2 years ago
Your solution is great, I liked in particular the hover animation.
To get the original layout, may I suggest putting the boxes in one container and using grid layout to split the boxes into 3 columns by using grid-template-columns and setting it to 33.3% 33.3% 33.3%, and adjust the padding.
Each column of boxes should have its own div. eg;
- one for cyan box,
- one for red and yellow
- one for blue.
I Hope this helps. 🙂
Marked as helpful0