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

  • Liedson Franco• 370

    @LiedsonFranco

    Posted

    Hello, I notice that your img lose his aspect ratio, you may fix it by using the property

    css: object-fit: cover;

    Hope this helped

    0
  • Liedson Franco• 370

    @LiedsonFranco

    Posted

    Good job 👍🏼 Nothing to say

    1
  • Liedson Franco• 370

    @LiedsonFranco

    Posted

    To change the colors from the <ul> and <ol> markers you could do:

    ul li::marker{
        color: hsl(14, 45%, 36%);
    }
    ol li::marker{
        color: hsl(14, 45%, 36%);
    }
    
    0