
Azka
@AzkanorouziAll comments
- @MelvinAguilar@Azkanorouzi
Hello melvin, great solution congrats on finishing that, I am really surprised by how precisely identical your solutions are to the main design, are you using some kinda app or something to help you get the most accurate size in px? if you do please let me know, and keep it up, your work is really impressive, hope you continue this journey and never give up, good luck.
- @correlucas@Azkanorouzi
Hello Lucas, I hope you are doing great 😃. focus effect is absolutely gorgeous👀, would you give me a hint on how to do this by myself if you don't mind?
Marked as helpful - @KaanKaramese@Azkanorouzi
hello Kaan 😀 your card's text collapses sometimes I guess you should set your card's height on auto so that it can grow depending on content inside of it , if that didn't work play around with padding between the texts a little bit, I hope it helps . nice job btw 👍
Marked as helpful - @FluffyKas@Azkanorouzi
it looks pretty nice , good job 🥳
- @ChamuMutezva@Azkanorouzi
hello chamu nice work ! I would be appreciate if you take a look at my solutions and give me your honest advice😊
- @Halo-last@Azkanorouzi
good job ✌️
- @BelayAdamu
- @brediedis@Azkanorouzi
hello you can make your tablet version as well .
- @NecheyGrace@Azkanorouzi
hello Amera nice work ! I have some feedbacks that might be helpful though , first you need to use <a> tag for links in footer of your solution and also you should probably use cursor : pointer for buttons .
and at some points for small screens devices for instance at 250px width and less your icons and images become too small I think this happen because you are using relative units for your icons or images .
I would be appreciated if you have any opinion or advice for my solutions and happy coding btw.😊
- @vanzasetia@Azkanorouzi
good job ✌️🙌 please take a look at my solution for this challenge and let me know if you have any feedback I would be appreciate 😊 your feedback has been helpful for me last time .
Marked as helpful - @asadali209@Azkanorouzi
nice job
- @muhammadshajjar@Azkanorouzi
hi muhammad congratulation . it looks perfect but in my opinion you should use media query for desktop and big screen devices at about 1100px width . because when width go further than 1100 px image is too big or you can just reduce the width of you image at that point . 😊✌️
Marked as helpful - @Muchiri400@Azkanorouzi
good job it seems quite good ✌️
- @MagWebDev@Azkanorouzi
hello if you want to add a color overlay to your img you can create an empty div tag and give it a color and decrease opacity and after that you can increase z-index of that div so its going to appear right after the image. good luck and happy coding 😊🙌 remember that div tag must be after img
Marked as helpful - @lancemartija@Azkanorouzi
good job mate
- @AntonioHouTX@Azkanorouzi
hello 😊 add this line of code to have a better hover effect for buttons(replace them ) : id of your button:hover{ background : transparent; color:white; border:2px solid white; } id of your button{ transition : .5s; } also you should increase button height so its gonna be more similar . good luck mate 🙌
Marked as helpful - @abno-24@Azkanorouzi
👍💫
- @naveensing575@Azkanorouzi
hello my friend if you notice there is a bit difference in background it looks like it does not cover all the image . I had same problem until I find out how to fix it. you can simply use img tag instead of background property and use src to import image to img tag to fix it after that you can create an empty div just after the img tag and give it a color and reduce opacity in order to give it a color overlay and you are good to go . nice work btw
Marked as helpful