
QR Code intro project (HTML & CSS, used css-variables and box-shadow)
Design comparison
Solution retrospective
Not much to say yet, as I am actually getting familiar with the platform and the workflow. I guess I am proud of publishing smth out there and letting the impostor syndrome hang out to dry.
What challenges did you encounter, and how did you overcome them?After pushing the files, I realized one of the paths was working locally but not in the repo (the one to the image) and I realized I'd originally used the absolute path. I suppose VSC was more forgiving, but with GH I had to make it relative for it to work.
What specific areas of your project would you like help with?A couple of things:
- Are HTML tags semantic enough? I wasn't sure whether
would do, but it seemed better than just a
(for the outermost container). Then, for the two inner containers, I couldn't find anything more applicable than just a mere, and finally with the
I was the most undecided, whether just to do twos and style them differently with classes or just use an
(there has to be no lower heading without `` I read). So, again, were these choices sound semantically? - Does the color use make sense? I tried to stick to what was requested, but I am not entirely sure if it was, especially in the
box-shadow
, where I came up with my color, to make it more visible. - Any recommendation in general is also welcome, of course. TYIA
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord