@MarcoMaderaSubmitted over 4 years ago
Ismail D.
@IsmaaaAll comments
- @IsmaaaPosted over 4 years ago
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 - @VICODE-YTSubmitted over 4 years ago@IsmaaaPosted over 4 years ago
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 - @marketerlySubmitted over 4 years ago@IsmaaaPosted over 4 years ago
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 - @vivekmm1Submitted over 4 years ago@IsmaaaPosted over 4 years ago
Hi vivekmm1! There's a small typo in your code. The display property should be "flex" instead of "flexbox" :)
Marked as helpful1