@devknightingaleSubmitted 5 months ago
What are you most proud of, and what would you do differently next time?
Most proud of:
I feel like I am getting better at imitating designs I see after fooling around a lot with different things on my own, such as grid and flexbox.
What I would do differently next time:
I want to learn more about accessibility, so that I can properly structure the HTML to meet accessibility guidelines. I am aware of things like alt text, but I don't know much about how screenreaders work and how to serve sites to them properly.
What challenges did you encounter, and how did you overcome them?
Challenges I encountered:
Not sure I would call it a challenge, but I had trouble centering the profile picture image before I remembered to place it inside a div element. There are still certain things I don't do instinctively, but it usually doesn't take me long now to fix those issues.
What specific areas of your project would you like help with?
What I'd like help with:
I guess more of a question than a request for help, but I used the developer console in Chrome to view my design at different screen sizes. I wondered, if your design is already responsive at different screen sizes, is there still a need to include media queries in your CSS?