Mursalin Mohmand
@SoftWiz-orgAll comments
- @DisturbedMossSubmitted 3 months ago
- @cleyrolscSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I was able to do the project under the estimated time that I have set up
What challenges did you encounter, and how did you overcome them?How to navigate through the DOM, checked on a few resources and found the closest method, which helped me achieved what I needed
What specific areas of your project would you like help with?DOM Traversing
- @ofentse-freecodeSubmitted 3 months ago@SoftWiz-orgPosted 3 months ago
Well Done the logic is working correctly :)
in CSS change the height of Rating buttons is same as width of button it will be circle correctly.
and you can add some other logic that the user should not go to other page until choose number from rating
Marked as helpful1 - @rachitbirdiSubmitted 5 months ago@SoftWiz-orgPosted 5 months ago
Hi Dear, Please check the image tag in your code it should have an error image is not showing, you should forget to type image format in SRC tag
try this: <img src="image.jpg"></img>
0 - @git-IndrajitSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
It helps me to understand my core understanding capabilities .
What challenges did you encounter, and how did you overcome them?Little bit while making the image responsive
What specific areas of your project would you like help with?Responsiveness
@SoftWiz-orgPosted 5 months agoHi Dear, Please check <img></img> tag there should be a error image is not showing and it should be you didn't typed image format int SRC.
try this
<img src="image.jpg"></img>
Marked as helpful0 - @BhargavMaralaSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
It helped to learn and understand the HTML and CSS. For me, most difficult i feel when i am trying is adjusting image in the center as a Newbie.
What challenges did you encounter, and how did you overcome them?padding because every time i need to check the website again and again for adjusting sizes.
What specific areas of your project would you like help with?NA
@SoftWiz-orgPosted 5 months agoHi Dear, please check your <img></img> tag there must some error maybe you missed the image format (.png or .jpg) the qr code image is not showing in div
type it :
<img src="root/qrcode.png"></img>
0