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

  • Ismail D. 250

    @Ismaaa

    Posted

    Very well done Marco !

    The only thing that I could say is that the icon is wrong, it should be the half moon :) And as a small detail, the placeholder of the text input, the title and the filter drodown should be bold. On the chevron you could use an absolute positioning so you can put it right where you want. Right now It's a bit moved to the right, but you could fix it with that

    0
  • Ismail D. 250

    @Ismaaa

    Posted

    Hi vicode-yt! Well done!

    Here's my feedback:

    • If you want your solution to look the same as in the design, you just have to decrease a bit the size of the title, text and user name and date.
    • I would remove the bold weight from the date
    • The text should also have a normal font weight
    1
  • Ismail D. 250

    @Ismaaa

    Posted

    Hi Taha ! You can center the box by using flexbox. You can do it just by adding this code to you body tag or main container :)

    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    
    3
  • Ismail D. 250

    @Ismaaa

    Posted

    Hi vivekmm1! There's a small typo in your code. The display property should be "flex" instead of "flexbox" :)

    Marked as helpful

    1