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

  • @LarryGomezJr

    Posted

    You should know first the breakpoints of the devices; I advice to start first to know TailwindCSS, It's a framework for styling. Easy to use since the breakpoints are easy to modify.

    1
  • @LarryGomezJr

    Posted

    On the mobile design, the three images together the information, make it in a flex box column, so you have now three divs right?

    <div>column1</div> <div>column2</> <div>column 3</div>

    So inside of the first div, you make it flexDirection row. So you have 2 rows, first one is the image , second one is the information. And the same steps to other divs.

    <div>Image part </div> <div> Information part </div>

    Information part, make it flexDirection column.

    Achieving this, the image part and the information part will be flex, I'm bad in explaining but I hope u understand what I want to explain here about. You can check my challenges since I already finish with this one. Repository is available also. Thank me later

    0