Design comparison
Solution retrospective
i'm waiting feedback
Community feedback
- @shashiloPosted over 4 years ago
Good job with the implementation. There's few things I'd like to point out.
The container should not have a fixed height. A website should have a fluid container so it can handle dynamic assets and content. I would add
margin: auto;
to the .container to center the website.I'm not sure if you purchased the art file, but the line-heights are off. Also, you're missing Raleway font weight 700 in your font import.
The mobile implementation needs some love, but you're on the right track. You are using too many fixed width elements. Think about making a mobile screen more fluid. Let the container control the max-width of the website and allow the elements to be fluid to the container as it grows and shrinks.
1@glayolfdPosted over 4 years agothanks for your comment,i really had a hard time with width and heights..so i'm working for improving my css skills..
0@shashiloPosted over 4 years ago@glayolfd We all struggle with pixel perfection. Practice makes perfect!
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