Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • cesar• 490

    @cyeguez

    Submitted

    I've just completed a front-end coding challenge from @frontendmentor! 🎉

    You can see my solution here: https://www.frontendmentor.io/solutions/responsive-landing-page-cssgrid-ewdjSc7sTT

    Any suggestions on how I can improve are welcome!

    @ogunsanwodavid

    Posted

    This is a job very well done considering you went mobile first For improvements, the h1 tags could have been made bigger (font-size) for mobile view but overall you aligned it perfectly.

    0
  • Jere• 150

    @chungvuiloong

    Submitted

    Hi everyone,

    Looking for feedback on my code so that I better code and make clean code.

    @ogunsanwodavid

    Posted

    A job very well done. I don't need any other thing could have been added. A nice menubar idea too.

    0
  • @ogunsanwodavid

    Posted

    You did a good job. But these are places you can improve

    1. Added necessary paddings for visible alignment. Percentages or rems are okay.
    2. Tone down the font-weights and font-sizes for desktop version.
    3. Master the use of our flexbox and grid to prevent some positioning error here
    4. You did a good job.

    Marked as helpful

    1
  • @ogunsanwodavid

    Posted

    Beautifully done. Commendable job.

    0
  • Fazle Labib• 400

    @FazleLabib

    Submitted

    Would like to know what is the best way of creating the services section which consists of Graphic Design and Photography. I had a hard time positioning the text over the image to keep it consistent for different screen sizes.

    Any other feedback regarding the whole design and suggestions on making the code more efficient is highly appreciated.

    @ogunsanwodavid

    Posted

    Alright, The best way to achieve this is to create a div (wrapper) with the respective images as backgrounds and then create another div inside containing all the texts and give it margin-top:auto so they can be always positioned at the far bottom. You should also give the wrapper or container a padding so the texts dont sit right on the bottom of the wrapper. I hope this helps.

    0
  • Johan BB• 300

    @JohanXTheKing

    Submitted

    • Hi, guys. I would like to know if there is a way to make this code even cleaner, I feel that I am using too much code for something that could be simpler. Any council please do not hesitate to comment on it.

    @ogunsanwodavid

    Posted

    I suggest you use flex throughout. Don't even consider grid except for the slider/carousel maybe. Also, set height of major-sections of desktop-mode in vw and vh for easy-scaling.

    0