Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Your session has expired please log in again.
Your session has expired please log in again.
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • mcorusa• 210

    @mcorusa

    Posted

    Hello @AzizJatoi

    your project looks great!

    I have a small suggestion that you can consider adding to your project. You can easily vertically center your card by adding this code snippet to it's parent container, which is in this case body;

    body{
      font-family: 'Figtree', sans-serif;
      background-color: var(--yellow);
    
      /*added code*/
      display: flex;
      min-height: 100vh;
      align-items: center;
    }
    

    Love your work :)

    0
  • mcorusa• 210

    @mcorusa

    Posted

    Hello @pauleenann,

    your project looks great!

    I have a small suggestion that you can consider regarding the visuals of your project. You can update paths of two car icons (SUV and Luxury).

    Love your work :)

    Marked as helpful

    0