Amir Hashemi
@AmirhosseinHashemiAll comments
- @reza-sjdnSubmitted about 1 year ago@AmirhosseinHashemiPosted about 1 year ago
Hello my friend
Congratulation for complete this challenge. I think you didn't notice that user can select all rate numbers and it's a bug.
good luck ;)
Marked as helpful1 - @DanialJ-DevSubmitted over 1 year ago
What did you find difficult while building the project?
@AmirhosseinHashemiPosted over 1 year agoHello my friend
congratulation for complete this challenge.
I have some suggestion for you :
- Try to use semantic tag to create your html code , like
main
,header
,section
and etc. - I didn't see
img
tag in your code . Try put your image onimg
tag. - About responsive try to use breaking point number for your media query .
I write this comment in English because Persian is difficult here :)
Happy coding
Marked as helpful1 - Try to use semantic tag to create your html code , like
- @codenaudSubmitted over 1 year ago
🚀 Hello from the outer space...
This is my solution for: "Profile card component".
I tried adding a new style class [
d-flex, d-column
], just to see how it would look. But I don't really know if this is a good practice or a good way to do it. Maybe it looks a bit strange. I don't know. 🤔🧑🚀 Bonus [code]:
A little css ease-out transition with scale-transform for the avatar image.
I would like to thank @visualdenniss for his inspiration and big knowledge.
I'll be happy to hear any feedback and advice! Thank's
👽 See ya! 👽
@AmirhosseinHashemiPosted over 1 year agoHello my friend ...
-
I checked your project and it was great and depends on my little knowledge I written my opinion :
-
you can create a specific css page for write your customized css code and then use it in your project, This way cause you have a clean , readable and comfortable access to your code.
-
It is better to style your elements with class that you define for that not using element name.
Marked as helpful0 -