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

  • Elias Lind• 130

    @EL132

    Submitted

    How would I change my current design to be responsive?

    I used a mixture of grid and flex for my displays; is this frowned upon when developing a frontend page?

    How long should the color pallet and layout planning period be when beginning a website from scratch?

    Jair Rodriguez• 310

    @Jairth

    Posted

    Hello, I advise you to add semantics to your page. On the other hand, some people find it easier to start developing first for mobile and then for desktop, maybe that can help you.

    You should also add break-point to make the respective changes between mobile and desktop. In my opinion, you can use Flex and Grid together, both are powerful tools.

    Marked as helpful

    0
  • Avinash DV• 150

    @avinashdv

    Submitted

    I find the project challenging rather than difficult. I choose to experiment with new styles that I haven't used before. All the code, that I've written has actually helped me re-think to use certain ways to improve performance. Listing below what I learnt with this project:

    • Learnt CSS gradient using farthest corner which I haven't used before to achieve the variation card color from top to bottom
    • Learnt CSS a new pseudo class :hover:not([disabled]) to have the hover effect only when button is enabled
    • Learnt how to deal with hover & click states on each rating by using event-delegation, which I learnt recently that lifts off extra burden like adding the event on each and every rating and Instead registered the click event on parent div which give's info about the children
    • Learnt the importance of letter-spacing, word-spacing, line-height and font-weight to develop a beautiful UI.
    • Had the fun in tweaking minor differences like using not-allowed for cursor when the button is disabled.
    Jair Rodriguez• 310

    @Jairth

    Posted

    I liked your solution! I would only add some transitions with the color change of the buttons. The rest is awesome, good job ^-^

    0