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
@anuraggcoderAll comments
- @gabrieladsalv-projectsSubmitted over 1 year ago@anuraggcoderPosted over 1 year ago
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 - @Ototo-ElijahSubmitted over 1 year ago
I find it a little hard in setting the width and height
@anuraggcoderPosted over 1 year agoIn 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 - @A-rya-nSubmitted over 1 year ago@anuraggcoderPosted over 1 year ago
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