Aamir Khan
@AamnbabaAll comments
- @Muhammad-TausSubmitted 2 months ago
- @hl-wongSubmitted 2 months ago@AamnbabaPosted 2 months ago
Superb. I have found the solution of my problem in your code. Nice Work
1 - @Maythadarkyaw123Submitted 2 months ago@AamnbabaPosted 2 months ago
Image is not displaying beacuse of this:
<img src="images/image-qr-code.png" alt="QR" srcset="">
Set it to:
<img src="image-qr-code.png" alt="QR" srcset="">
0 - @meenoreSubmitted 2 months agoWhat specific areas of your project would you like help with?
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: https://www.frontendmentor.io/solutions/product-preview-card-component-6efBLZvKcZ
Any suggestions on my layout and how I can improve are welcome!
@AamnbabaPosted 2 months agoI will suggest to work out on relative units like percentage, em or rem. It will help you to make responsive layouts.
Use chrome extensions like "measure it" to check the exact desired size of card and content area in this project as well as other.
0 - @ilyesfennourSubmitted 2 months agoWhat specific areas of your project would you like help with?
I want to know how to vertically center the bullet of a list with multiple lines.
and I'm having an issue with the spacing between the image and the text. I've attempted to set the margin and padding to 0 for both the text and the image, but there's still a persistent 4px space that I can't eliminate.
@AamnbabaPosted 2 months agoNice Work. I think you must try with the relative units like percentage and rem. It will help you to automatically adjust the font size according to the screen size.
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: https://www.frontendmentor.io/solutions/responsive-frontend-mentor-reciepe-challenge-A_OH91CyOd
Any suggestions on how I can improve are welcome!
0 - @ShahddElsayedSubmitted 2 months ago@AamnbabaPosted 2 months ago
In my opinion, work again for better results to make it responsive. Thumbs up 👍
0 - @KhaledSaeed18Submitted 2 months ago
- @AamnbabaSubmitted 2 months agoWhat challenges did you encounter, and how did you overcome them?
In responsive Mobile Design, I learned how to display an child div greater that than its parent div. I was exciting and thrilling.
- @CODE-X19Submitted 2 months ago@AamnbabaPosted 2 months ago
Improvements: Try to use :root{} for the color initialization as variable to play with the color scheme through out the coding.
Please try to practice with the units of screen view as percentage, rem etc especially focus on the width property of body or the elements in it to make the site responsive.
Work on it. You will do it. Best of Luck.
Marked as helpful0 - @bluethreadmadeSubmitted 3 months agoWhat specific areas of your project would you like help with?
I need help understanding how to make this card and it's contents shrink for the smallest mobile view (120px) - without using media queries. (Or clarification on if that is the goal of the challenge)
- @Danish030Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
i learned here display block and mobile resposive
- @Abdelwahab121221Submitted 3 months ago