Submitted over 1 year agoA solution to the Meet landing page challenge
Meet landing page
bem
P
@yoyov51234

Solution retrospective
What are you most proud of, and what would you do differently next time?
- I didn't give up. I made it.
- The code is heavy for different screens, aslo it's a small project, but I've already feel the file management is out of control, need to work on this.
- For the same font, same size, same padding, same line-height, the paragraph's layout is different from the design, I looked for other devs code, and learned I can user padding to make the style.
- Used BEM, but not good at defining elements. Will check codes of others to learn.
For example, I have a container with 1000px width, and i give this container a gray background, then some content inside the container. When resizing the screen, sometimes the issue occur that the content is outside the container, any suggestion to prevent this from happening? I tried max-width:100%, but it seems doesn't work.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on yoyov51234's solution.
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