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

  • @gabrieladsalv-projects

    Submitted

    This is the first 'big' project of only HTML/CSS I've tried. Definitely not perfect, but maybe with time I can correct all that's missing or wrong.

    @anuraggcoder

    Posted

    I have also completed this challenge and must say that (for newbie) this one requires careful planning of how we are going to design our markup so that it responds to different screen sizes as required. I think that you should draw a rough structure of your HTML code after careful considering how the page appears on different Screens. Then plan how Flex direction value will change as per the requirement. After wasting much of my time, I have figured out this general approach which might be useful for you too..

    0
  • @anuraggcoder

    Posted

    In general, you should avoid setting up height of an element (except in a few cases). I have solved this challenge without declaring explicit height using Grid/Flex Box technique. Try to solve it by using this. However, you can declare the width explicitly.

    0
  • @anuraggcoder

    Posted

    Much closer to the original design provided. However, there a few differences like the write up is in 3 three lines instead of 2. Also, in my opinion, during our early stage we should solve the exercise only using HTML/CSS?JS. This will help us increase our understanding about the basics of language. Rest its completely your choice!

    1