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

  • Kamania 170

    @Kamania

    Posted

    Great Job Aladdin. I have also completed the task a few moment ago. One thing I have noted, try set the selected rating as light grey for the background color instead of orange. Use orange when hovering over the rate buttons.

    1
  • @BintangRP

    Submitted

    • i was difficult on writing css best practice and dont know the order of syntax like
    .container {
     object-fit: cover;
     display: flex;
     flex-direction: row;
     margin: 5px
     width: 500px
     height: 1000px
    }
    

    I still don't understand the preparation of the best practice.

    it's my first try on frontendmentor.

    Kamania 170

    @Kamania

    Posted

    Job well done @BintangRP, just noted that the background color is different from what is provided on the design. I suggest add the following in your css

    html, body{
    background-color: hsl(212, 45%, 89%);
    }
    
    0
  • Kamania 170

    @Kamania

    Posted

    Hello @MatiasFrascino, add this code border-top-right-radius: 0; to remove the border radius on the top right. This will help your solution be similar to what we have on the design.

    Marked as helpful

    0
  • Kamania 170

    @Kamania

    Posted

    Hello @Winstroom, on the cart button, add a margin-bottom: 1em; to help add a space from the bottom border

    0
  • @pouripz

    Submitted

    Hello, I have a problem with the background of the site. What would you do if you wanted to design the background to look like this project? How do you place the pattern? Thank you for helping me

    Kamania 170

    @Kamania

    Posted

    I experienced the same issue. I temporarily resolved it by using Internal CSS. Insert the background image in the css internally

    0