I used HTML, CSS for styling, Flexbox, media queries.
Design comparison
Solution retrospective
I am proud that I managed to make a project similar to the layout.
What challenges did you encounter, and how did you overcome them?I was having difficulty with media queries. After reading the documentation on how to work with them, I solved the problem.
Community feedback
- @samuelharpazPosted 4 months ago
Hi, very nice job on this challenge.
One little point to consider, naming html classes "bold-text" or "small-text" sort of encodes the styling into the HTML - in the future, you might want to keep the same text, but alter the styling, so that the first line of text is no longer bold, and at that point it wouldn't make much sense if the class is called "bold-text" but the CSS styles make it not bold. So it might be more future-proof to name classes based on the function of the text rather than the styling (i.e. main-heading, or something).
0
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