
Submitted 7 months ago
Semantic HTML and Responsive Blog Preview Solution using Flexbox
#accessibility
@telsabate-hub
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud to finish this whole project and make the component look as similar as possible to the given end result image.
What challenges did you encounter, and how did you overcome them?- I found it difficult to center the author's name. I fixed it by setting
vertical-align: middle
to the image element. - I changed the text color of the title when it receives focus and found that there is a default border when the title receives the focus. At first, I did not know how to remove the border but later learned that I could use
outline: none;
for it.
- Accessibility
- Code readability and reusability
- Could someone please tell me what should be the behavior of this project on orientation change of a mobile device?
- I would very much appreciate any suggestions that could improve my skills.
Thank you so much!
Community feedback
Please log in to post a comment
Log in with GitHubJoin 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