Latest solutions
Latest comments
- @Ayman-Faiyaz@d3uceY
hmm. there is a lot you did wrong here. i believe you should watch a tutorial on youtube, code along and understand the mistake you made
- @FasilBhat@d3uceY
you didn't use the required font for the project. i believe it should be provided in the style guide when the project template is downloaded. You can use a google font cdn to import the font. there are instructions on their website
Marked as helpful - @CosmicGarou18@d3uceY
what you did wrong here was that in the media query you gave the bottom section flex direction column without changing the boxes from 50% to 100% and i advice you to use the flex grow property on the children eg. 'flex: 1'. you can check my profile for the solution. i also linked my github repository