Any feedback is appreciated.
Migo
@ngoc199All comments
- @BerylBucketSubmitted about 4 years ago@ngoc199Posted about 4 years ago
Great job! If there is anything to improve this, I think you should fix the problem with the different sizes of images and make the filter more interactively (like make cursor pointer, etc).
1 - @aroquegaSubmitted about 4 years ago@ngoc199Posted about 4 years ago
You could split the CSS into different files by sections, elements, etc. (i.e. buttons.css, navigation.css). Then import all of them to your page by the <link/> in HTML or by @import in CSS. Hope that could help :)
0 - @dselaseaSubmitted over 4 years ago
This has been tough. I had issues aligning the error message to the right. Text-align didnt work. I think I did something wrong but dont know where. Ill be glad to get some feedback.
@ngoc199Posted over 4 years agoYou can add
display: block; text-align: right;
to the small tag to align it. I hope that works for you!0 - @hannah-saurusrexSubmitted over 4 years ago@ngoc199Posted over 4 years ago
Your work is amazing! I love it so much. I wonder how can you place the image in the hero section so nicely. Can I clone this for learning?
0 - @theody123Submitted over 4 years ago@ngoc199Posted over 4 years ago
Great work! But could be better. I think you should change the color of the social icons to white. It's pretty easy to do with
color
property.0 - @aakashdeepsilSubmitted over 4 years ago
This is my first challenge on frontendmentor.io and I have really done all I know to make it close to the design preview. Also I have made it responsive enough. I would love to hear back from you if there is anything which I could have done better. Thanks.