I learnt how to use tabindex to make a non-Interactive elements like h1 to use pseudo class focus. this is by use tabindex="".
I also learnt about box-shadows
I learnt how to use tabindex to make a non-Interactive elements like h1 to use pseudo class focus. this is by use tabindex="".
I also learnt about box-shadows
Excellent work! Your solution is very close to the original. You’re using advanced CSS techniques for selecting elements, variables for reusable properties like colors, and responsive units—great job! What suggestions could I offer for improvement?
Perhaps:
Adding a hover state to the link so it changes color when the mouse hovers over the title. This feature was mentioned in the project description on the Frontend Mentor site (though not included in the downloaded files). Currently, the color change happens only when users use the Tab key to access links.
Paying attention to small details, such as the card’s border-radius, which should be double that of the image (20px vs. 10px). In your solution, both are set to the same value (10px). The line-height (150%) also wasn't applied.
Overall, outstanding work!
i know the structure the styling with css
What challenges did you encounter, and how did you overcome them?first i confuse how to make the background the qr use the div selector or body selector
What specific areas of your project would you like help with?i think the layouting use css
You did a great job! It looks very close to the original—congratulations! Suggestions for making it look even closer to the original: