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

  • @lowkey-mazen

    Submitted

    I need some help with a couple of things if anyone can help: 1- Positioning 2- Flex, FlexBox, Grid 3- How to write clean code 4- Js So if you know any (free because I am broke) courses or websites to help me with those topics that would be greatly appreciated, and any tips on this design would be helpful as well :)

    @SoulOfMo

    Posted

    Yeah. Still check out Traversy Media on YouTube he has crash course on that also.

    0
  • @lowkey-mazen

    Submitted

    I need some help with a couple of things if anyone can help: 1- Positioning 2- Flex, FlexBox, Grid 3- How to write clean code 4- Js So if you know any (free because I am broke) courses or websites to help me with those topics that would be greatly appreciated, and any tips on this design would be helpful as well :)

    @SoulOfMo

    Posted

    keep going, you can check out Traversy media crash course on flexbox and grid. You also need to work on your responsiveness.

    0
  • @kellynick

    Submitted

    I will really appreciate the feedback . I encountered a particular problem and I couldn't fix it .The number rating has an active background effect on it when ever a user click on any of the numbers (See Number 4 rating on the original screenshot from frontend for reference ). I will really appreciate any help I can get . Thanks so much

    @SoulOfMo

    Posted

    Nice work kelly, I recommend you use a button tag instead of list tag. the background effect is done by using a pseudo class button:focus { background-color: var(--lightGrey); color: var(--white); }

    Check my solution rating component

    1
  • @SoulOfMo

    Posted

    Nice work man. You can set the height of the body to 100vh to stop it from overflowing. Also you can use the main tag instead of <div class="parent">. Your site is responsive which is very good.

    0
  • @SoulOfMo

    Posted

    Alright. Thank You

    0