Any feedback that's will improve my code <3.
Ali
@alihuseynzade23All comments
- @AbdulrahmanFESubmitted over 2 years ago@alihuseynzade23Posted over 2 years ago
Hi @AbdulrahmanFE.
Great creativity from you adding hover on the blocks. Tip from me: add to them also cursor: pointer. It will be much better.
Good luck :)
1 - @ZglobiulViuSubmitted over 2 years ago
Any feedback to improve my code is welcome
@alihuseynzade23Posted over 2 years agoHi @ZglobiulViu.
Your last section with Karma do not display all. Try first add container section then nest there your main section. I hope it will help you.
Good luck :)
0 - @shubhsaurSubmitted over 2 years ago
Can someone give his input why my hero image not fitting properly to my container height(please check the bottom margin left of image)
I have tried padding and margin for container but nothing works for me.
@alihuseynzade23Posted over 2 years agoHi @shubhsaur.
It is look like your qr component not well centered. Try to use position: absolute with top and left 50%. Do not forget about translate: rotate too.
Your header tag looks a little bit larger than in design.
And last add to your <li> with 10k letters some padding left.
Good luck :)
0 - @MabchirSubmitted over 2 years ago
Continued development
It would be helpful to understand
-
The reason why some added values in CSS need "!important" to actually show up.
-
How to center any element in the screen regardless of the screen/browser/device used
@alihuseynzade23Posted over 2 years agoHi @Mabchir.
It is look like your qr component not well centered. Try to use position: absolute with top and left 50%. Do not forget about translate: rotate too.
Good luck :)
0 -
- @stephmunezSubmitted over 2 years ago
Hey everyone!
I just completed another challenge. 🤘🏽
Feedback is always welcome. Please let me know of any issues you may find and/or how I can improve my code :)
Happy coding!
@alihuseynzade23Posted over 2 years agoHey @stephjoseph. Great job man! Happy to see such a good work of design and accessibility!
Keep coding :)
1 - @JohnIdenyiSubmitted over 2 years ago
Hello everyone! Open for feedbacks. Still having difficulty with hover state of the card image.
@alihuseynzade23Posted over 2 years agoHi @JohnIdenyi. Well done!
I can suggest you to check my solution for this challenge. I hope it will be helpful.
Keep coding!
0 - @dh627Submitted almost 3 years ago
My Github Pages tab on my repo is saying 'ready to be pushed at <url>' and seems stuck there, I am not sure how to get it live?
I am looking for specific comments on how to structure my CSS so that it is a bit more professional and any tips on refactoring things would be great.
Thank you
@alihuseynzade23Posted over 2 years agoHey @dh627!
First when you start new front end challenge, download the starter. Then drag your downloaded folder with challenge to your IDE(Visual Studio Code, Sublime text, WebStorm).This way you will get all data with all photos and style tips.
Good luck!
0 - @ltc870Submitted over 2 years ago
I've been sitting on this project for a while. Could I please get some feedback? Thank you all! 😄
- @stephmunezSubmitted over 2 years ago
Hey everyone!
I just completed another challenge. 🤘🏽
Feedback is always welcome. Please let me know of any issues you may find and/or how I can improve my code :)
Happy coding!
- @YourSam07Submitted almost 3 years ago
Tried mobile-first approach and sass/scss for the first time. Any tips or recommendations are encouraged
@alihuseynzade23Posted almost 3 years agoHey @YourSam07. Well done!
Add some hover on buttons. It will make them display smoother on hover.
Marked as helpful2 - @FarzeenKistSubmitted almost 3 years ago
Hello everyone. This is my solution to the Order summary Component Challenge. I have tackled the problem by creating my own CSS utility classes and then using a few component to do slight changes. My questions are basically:
- Is my naming convention okay? Are there any improvements I can make?
- Is there anything I could have done better?
Awaiting replies and feedback, thank you for reading this and helping me out. i hope you have a good day!
@alihuseynzade23Posted almost 3 years agoHey Farzeen! Well done.
--My only suggestion will be to add hover on the links and buttons. This will be great improvement in terms of smoothness.
Good luck :)
0 - @temidayo-falomoSubmitted almost 3 years ago
Drop Reviews, thanks🙂
@alihuseynzade23Posted almost 3 years agoHey @temidayo-falomo. Well done!
--There are few suggestion from me.
First try to use position: relative; top: 50%; left: 50% and transform(translate). It will nicely center your container horizontally and vertically.'
Then use for your container max-width: 30%, because your component is all over the page.
0