Latest solutions
Latest comments
- @shashankrk46Submitted almost 4 years ago@BOVAGEPosted almost 4 years ago
I love your menu bar animation😍.
You forgot to include the text that are on the Images in the our creations section which you used the class name "grid-images" for from your code.
As regards re-ordering element when viewport changes, you used media query and display property to achieve that, I used grid-area property to re-order them. I think using grid makes the html code neater and shorter instead writing it twice in different position in the html file and using css to change the display property value based on screen size.
Here is solution code repo on github: https://github.com/BOVAGE/loopstudio-challenge;
0