Latest solutions
Latest comments
- P@jmlpz84Submitted about 2 months ago@altugbozyaka2005Posted about 1 month ago
I would recommend using flexbox on your "body" to center your card.
0 - @YAlkhousSubmitted about 1 month agoWhat challenges did you encounter, and how did you overcome them?
This is the first time i use @media queries, it wasn't difficult at all , but i couldn't resize the image correctly. After moving to the size of Mobile the image becomes smaller and some space under and over the picture.
What specific areas of your project would you like help with?I want some help in resizing images.
@altugbozyaka2005Posted about 1 month agoGreat work, good attempt in using the media queries and good use of variables. I definitely learned something from your text-preset variables setup. I dont know if using 2 divs to cover the learning tag was necessary.
Marked as helpful0 - @nirajan1244Submitted about 1 month ago@altugbozyaka2005Posted about 1 month ago
Hello,
Congrats on your first submission. It looks good but here are some improvements you can implement:
- Image is missing, I assume you forgot to add the <img> element for qr-code.
- In your CSS, instead of writing selectors like .container .card-details. .card-text, you can just write .card-text since that does the same thing.
- Instead of specifying width and height on every element, place them in containers and try adding padding to those containers or make width-height adjustments on the containers.
0