Latest solutions
Latest comments
- @BerylBucket@ngoc199
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).
- P@aroquega@ngoc199
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 :)
- @dselasea@ngoc199
You can add
display: block; text-align: right;
to the small tag to align it. I hope that works for you! - @hannah-saurusrex@ngoc199
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?
- @theody123@ngoc199
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. - @aakashdeepsil@ngoc199
Love your work <3